Html Css Color HEX #12AB96 Persian Green

📋 copy color: '#12AB96'

red 18 ◦ green 171 ◦ blue 150

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

Shades of Persian Green #12AB96

Tints of Persian Green #12AB96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 44.25%

R = 5.31%
G = 50.44%
B = 44.25%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#12AB96 (or 0x12AB96) is known color: Persian Green. HEX triplet: 12, AB and 96. RGB value is (18,171,150). Sum of RGB (Red+Green+Blue) = 18+171+150=339 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.31% from 339); Green value is 171 (67.19% from 255 or 50.44% from 339); Blue value is 150 (58.98% from 255 or 44.25% from 339); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AB96 is #ED5469. Grayscale: #7A7A7A. Windows color (decimal): -15553642 or 9874194. OLE color: 9874194.

HSL color Cylindrical-coordinate representation of color #12AB96: hue angle of 171.76º 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 #12AB96 is Cyan = 0.89, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 171 150 -
CMYK 0.89 0 0.12 0.33
HSL 171.76º 0.81% 0.37% -
HSV(B) 171.76º 0.89% 0.67% -
XYZ 20.32 31.46 33.86 -
YUV 122.86 143.31 53.21 -
System Red Green Blue C M Y K H S L
Decimal 18 171 150 0.89 0 0.12 0.33 171.76 0.81 0.37
Hex 12 AB 96 59 0 C 21 AC 51 25
Octal 22 253 226 131 0 14 41 254 121 45
Binary 10010 10101011 10010110 1011001 0 1100 100001 10101100 1010001 100101

Color Harmonies of #12AB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AB96

Black with #12AB96

Text Example


Text Example

White with #12AB96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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