Html Css Color HEX #0CA9A2 Persian Green

📋 copy color: '#0CA9A2'

red 12 ◦ green 169 ◦ blue 162

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

Shades of Persian Green #0CA9A2

Tints of Persian Green #0CA9A2

RGB

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

 GREEN value IS 169 (66.41% from 255) = 49.27%

 BLUE value IS 162 (63.67% from 255) = 47.23%

R = 3.5%
G = 49.27%
B = 47.23%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.04

 K value IS 0.34

RGB Variations

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

Color information

#0CA9A2 (or 0x0CA9A2) is known color: Persian Green. HEX triplet: 0C, A9 and A2. RGB value is (12,169,162). Sum of RGB (Red+Green+Blue) = 12+169+162=343 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.50% from 343); Green value is 169 (66.41% from 255 or 49.27% from 343); Blue value is 162 (63.67% from 255 or 47.23% from 343); Max value from RGB is 169 - color contains mainly: green. Hex color #0CA9A2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CA9A2 is #F3565D. Grayscale: #797979. Windows color (decimal): -15947358 or 10660108. OLE color: 10660108.

HSL color Cylindrical-coordinate representation of color #0CA9A2: hue angle of 177.32º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA9A2 is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.34.

Color convert

RGB 12 169 162 -
CMYK 0.93 0 0.04 0.34
HSL 177.32º 0.87% 0.35% -
HSV(B) 177.32º 0.93% 0.66% -
XYZ 20.86 31.06 39.08 -
YUV 121.26 150.99 50.07 -
System Red Green Blue C M Y K H S L
Decimal 12 169 162 0.93 0 0.04 0.34 177.32 0.87 0.35
Hex C A9 A2 5D 0 4 22 B1 57 23
Octal 14 251 242 135 0 4 42 261 127 43
Binary 1100 10101001 10100010 1011101 0 100 100010 10110001 1010111 100011

Color Harmonies of #0CA9A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA9A2

Black with #0CA9A2

Text Example


Text Example

White with #0CA9A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,169,162); }

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

background-color css

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

 a { background-color: rgb(12,169,162); }

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

border-color css

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

 span { border-color: rgb(12,169,162); }

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