Html Css Color HEX #0CA9A4 Persian Green

📋 copy color: '#0CA9A4'

red 12 ◦ green 169 ◦ blue 164

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

Shades of Persian Green #0CA9A4

Tints of Persian Green #0CA9A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 47.54%

R = 3.48%
G = 48.99%
B = 47.54%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.03

 K value IS 0.34

RGB Variations

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

Color information

#0CA9A4 (or 0x0CA9A4) is known color: Persian Green. HEX triplet: 0C, A9 and A4. RGB value is (12,169,164). Sum of RGB (Red+Green+Blue) = 12+169+164=345 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.48% from 345); Green value is 169 (66.41% from 255 or 48.99% from 345); Blue value is 164 (64.45% from 255 or 47.54% from 345); Max value from RGB is 169 - color contains mainly: green. Hex color #0CA9A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CA9A4 is #F3565B. Grayscale: #797979. Windows color (decimal): -15947356 or 10791180. OLE color: 10791180.

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

Color convert

RGB 12 169 164 -
CMYK 0.93 0 0.03 0.34
HSL 178.09º 0.87% 0.35% -
HSV(B) 178.09º 0.93% 0.66% -
XYZ 21.04 31.13 40.02 -
YUV 121.49 151.99 49.91 -
System Red Green Blue C M Y K H S L
Decimal 12 169 164 0.93 0 0.03 0.34 178.09 0.87 0.35
Hex C A9 A4 5D 0 3 22 B2 57 23
Octal 14 251 244 135 0 3 42 262 127 43
Binary 1100 10101001 10100100 1011101 0 11 100010 10110010 1010111 100011

Color Harmonies of #0CA9A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA9A4

Black with #0CA9A4

Text Example


Text Example

White with #0CA9A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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