COLOR #00AB23

HEX: #00AB23
RGB: (0,171,35)

Renk bilgisi

#00AB23 contains mainly green color. #00AB23 ‘ nin web güvenlik rengi #009933 (ya da #093) dir.

RGB renk modeli

#00AB23 color RGB value is (0,171,35).

  • kırmız ton 0;
  • yeşil ton 171;
  • mavi ton 35.
RGB:
(0,171,35)
(0%,67%,14%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 171 of 255 = 67%
B 35 of 255 = 14%

0
171
35

R + G + B ~ 27%. #00AB23 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 171 + 35 = 206 (100%)
R 0 of 206 ~ 0%
G 171 of 206 ~ 83.01%
B 35 of 206 ~ 16.99%

%83.01
%16.99

CMYK RENK MODELİ

#00AB23 rengi CMYK tonu (100,0,80,33).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 79.53%
  • ana renk tonu 32.94%
CMYK:
(100,0,80,33)
C100M0Y80K33 
(100%,0%,80%,33%)
(1.00/0.00/0.80/0.33)	

CMYK yüzdeleri

%100
%0
%79.53
%32.94

Codes

Color #00AB23 in popluar color models

00AB23
RGB017135
HSL132°100.00%33.53%
HSB/HSV132°100.00%67.06%
CMYK100.00%0.00%79.53%
32.94%

Color #00AB23 in popluar number systems.

HEX00AB23
Decimal017135
Binary010101011100011
Octal025343

Shades and tints

Shades of #00AB23

#00AB23
(0,171,35)
#009C20
(0,156,32)
#008D1D
(0,141,29)
#007E1A
(0,126,26)
#006F17
(0,111,23)
#006014
(0,96,20)
#005111
(0,81,17)
#00420E
(0,66,14)
#00330B
(0,51,11)
#002408
(0,36,8)
#001505
(0,21,5)
#000000
(0,0,0)

Tints of #00AB23

#00AB23
(0,171,35)
#17B237
(23,178,55)
#2EB94B
(46,185,75)
#45C05F
(69,192,95)
#5CC773
(92,199,115)
#73CE87
(115,206,135)
#8AD59B
(138,213,155)
#A1DCAF
(161,220,175)
#B8E3C3
(184,227,195)
#CFEAD7
(207,234,215)
#E6F1EB
(230,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00AB23 color. Also use rgb(0,171,35) instead hex code.

Text Font Color

.myTextColor { color: #00AB23; }

<p style="color:#00AB23">This sample text font color is #00AB23.</p>

This text font color is #00AB23.


Background Color

.myBgColor { background-color: #00AB23; }

<div style="background-color:#00AB23">Inner text</div>

This div background color is #00AB23.


Border color

.myBorderColor { border: 1px solid #00AB23; }

<div style="border:3px solid #00AB23">Div</div>

This div border color is #00AB23.


Opacity

.myOpacity80 { color: #00AB23; opacity: 0.8; }

<p style="color:#00AB23;opacity:0.8;">80%</p>

Text with #00AB23 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #00AB23;}

<p style="text-shadow: 3px 3px 1px #00AB23">Text here.</p>

This text has shadow with #00AB23 color.

.textShadow {text-shadow: 3px 3px 1px #00AB23, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #00AB23, 5px 5px 20px red">Text here.</p>

This text has shadow with #00AB23 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#00AB23, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#00AB23, Direction=45, Strength=4)">Text</p>

This text has shadow with #00AB23 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #00AB23;
  -webkit-box-shadow:	1px 1px 3px 2px #00AB23;
  box-shadow:		1px 1px 3px 2px #00AB23;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #00AB23;
-webkit-box-shadow: 1px 1px 3px 2px #00AB23;
box-shadow:1px 1px 3px 2px #00AB23;">
Div content here</div>
This div box has shadow with color #00AB23.

Preview

Color preview on black background

This text has color #00AB23 on black background.


Color preview on white background

This text has color #00AB23 on white background.



Black color preview on #00AB23 background

This text has black color on #00AB23 background.


White color preview on #00AB23 background

This text has white color on #00AB23 background.