Html Css Color HEX #0CAA97 Persian Green

📋 copy color: '#0CAA97'

red 12 ◦ green 170 ◦ blue 151

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

Shades of Persian Green #0CAA97

Tints of Persian Green #0CAA97

RGB

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

 GREEN value IS 170 (66.8% from 255) = 51.05%

 BLUE value IS 151 (59.38% from 255) = 45.35%

R = 3.6%
G = 51.05%
B = 45.35%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#0CAA97 (or 0x0CAA97) is known color: Persian Green. HEX triplet: 0C, AA and 97. RGB value is (12,170,151). Sum of RGB (Red+Green+Blue) = 12+170+151=333 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.60% from 333); Green value is 170 (66.80% from 255 or 51.05% from 333); Blue value is 151 (59.38% from 255 or 45.35% from 333); Max value from RGB is 170 - color contains mainly: green. Hex color #0CAA97 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAA97 is #F35568. Grayscale: #787878. Windows color (decimal): -15947113 or 9939468. OLE color: 9939468.

HSL color Cylindrical-coordinate representation of color #0CAA97: hue angle of 172.78º 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 #0CAA97 is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 12 170 151 -
CMYK 0.93 0 0.11 0.33
HSL 172.78º 0.87% 0.36% -
HSV(B) 172.78º 0.93% 0.67% -
XYZ 20.11 31.06 34.21 -
YUV 120.59 145.15 50.54 -
System Red Green Blue C M Y K H S L
Decimal 12 170 151 0.93 0 0.11 0.33 172.78 0.87 0.36
Hex C AA 97 5D 0 B 21 AD 57 24
Octal 14 252 227 135 0 13 41 255 127 44
Binary 1100 10101010 10010111 1011101 0 1011 100001 10101101 1010111 100100

Color Harmonies of #0CAA97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAA97

Black with #0CAA97

Text Example


Text Example

White with #0CAA97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,170,151); }

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

background-color css

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

 a { background-color: rgb(12,170,151); }

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

border-color css

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

 span { border-color: rgb(12,170,151); }

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