Html Css Color HEX #0CAB91 Persian Green

📋 copy color: '#0CAB91'

red 12 ◦ green 171 ◦ blue 145

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

Shades of Persian Green #0CAB91

Tints of Persian Green #0CAB91

RGB

 RED value IS 12 (5.08% from 255) = 3.66%

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

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

R = 3.66%
G = 52.13%
B = 44.21%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#0CAB91 (or 0x0CAB91) is known color: Persian Green. HEX triplet: 0C, AB and 91. RGB value is (12,171,145). Sum of RGB (Red+Green+Blue) = 12+171+145=328 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.66% from 328); Green value is 171 (67.19% from 255 or 52.13% from 328); Blue value is 145 (57.03% from 255 or 44.21% from 328); Max value from RGB is 171 - color contains mainly: green. Hex color #0CAB91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAB91 is #F3546E. Grayscale: #787878. Windows color (decimal): -15946863 or 9546508. OLE color: 9546508.

HSL color Cylindrical-coordinate representation of color #0CAB91: hue angle of 170.19º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAB91 is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 12 171 145 -
CMYK 0.93 0 0.15 0.33
HSL 170.19º 0.87% 0.36% -
HSV(B) 170.19º 0.93% 0.67% -
XYZ 19.83 31.25 31.77 -
YUV 120.5 141.82 50.61 -
System Red Green Blue C M Y K H S L
Decimal 12 171 145 0.93 0 0.15 0.33 170.19 0.87 0.36
Hex C AB 91 5D 0 F 21 AA 57 24
Octal 14 253 221 135 0 17 41 252 127 44
Binary 1100 10101011 10010001 1011101 0 1111 100001 10101010 1010111 100100

Color Harmonies of #0CAB91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAB91

Black with #0CAB91

Text Example


Text Example

White with #0CAB91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0CAB91; }

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

 H1.HeaderClassName
 {
   color: #0CAB91;
 }
 .AnyTagClassName
 {
   color: #0CAB91;
 }
</style>

background-color css

<style>
 a { background-color: #0CAB91; }

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

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

border-color css

<style>
 span { border-color: #0CAB91; }

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

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