Html Css Color HEX #12AB91 Persian Green

📋 copy color: '#12AB91'

red 18 ◦ green 171 ◦ blue 145

#12AB91
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Green #12AB91

Tints of Persian Green #12AB91

RGB

 RED value IS 18 (7.42% from 255) = 5.39%

 GREEN value IS 171 (67.19% from 255) = 51.2%

 BLUE value IS 145 (57.03% from 255) = 43.41%

R = 5.39%
G = 51.2%
B = 43.41%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.15

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#12AB91 (or 0x12AB91) is known color: Persian Green. HEX triplet: 12, AB and 91. RGB value is (18,171,145). Sum of RGB (Red+Green+Blue) = 18+171+145=334 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.39% from 334); Green value is 171 (67.19% from 255 or 51.20% from 334); Blue value is 145 (57.03% from 255 or 43.41% from 334); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AB91 is #ED546E. Grayscale: #7A7A7A. Windows color (decimal): -15553647 or 9546514. OLE color: 9546514.

HSL color Cylindrical-coordinate representation of color #12AB91: hue angle of 169.8º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12AB91 is Cyan = 0.89, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 171 145 -
CMYK 0.89 0 0.15 0.33
HSL 169.8º 0.81% 0.37% -
HSV(B) 169.8º 0.89% 0.67% -
XYZ 19.92 31.3 31.78 -
YUV 122.29 140.81 53.61 -
System Red Green Blue C M Y K H S L
Decimal 18 171 145 0.89 0 0.15 0.33 169.8 0.81 0.37
Hex 12 AB 91 59 0 F 21 AA 51 25
Octal 22 253 221 131 0 17 41 252 121 45
Binary 10010 10101011 10010001 1011001 0 1111 100001 10101010 1010001 100101

Color Harmonies of #12AB91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AB91

Black with #12AB91

Text Example


Text Example

White with #12AB91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12AB91; }

 p { color: rgb(18,171,145); }

 H1.HeaderClassName
 {
   color: #12AB91;
 }
 .AnyTagClassName
 {
   color: #12AB91;
 }
</style>

background-color css

<style>
 a { background-color: #12AB91; }

 a { background-color: rgb(18,171,145); }

 div.DivClassName
 {
   background-color: #12AB91;
 }
 .BgClassName
 {
   background-color: #12AB91;
 }
</style>

border-color css

<style>
 span { border-color: #12AB91; }

 span { border-color: rgb(18,171,145); }

 td.TdClassName
 {
   border-color: #12AB91;
 }
 .TagClassName
 {
   border-color: #12AB91;
 }
</style>