Html Css Color HEX #0C9CA2 Persian Green

📋 copy color: '#0C9CA2'

red 12 ◦ green 156 ◦ blue 162

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

Shades of Persian Green #0C9CA2

Tints of Persian Green #0C9CA2

RGB

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

 GREEN value IS 156 (61.33% from 255) = 47.27%

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

R = 3.64%
G = 47.27%
B = 49.09%

CMYK

 C value IS 0.93

 M value IS 0.04

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#0C9CA2 (or 0x0C9CA2) is known color: Persian Green. HEX triplet: 0C, 9C and A2. RGB value is (12,156,162). Sum of RGB (Red+Green+Blue) = 12+156+162=330 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.64% from 330); Green value is 156 (61.33% from 255 or 47.27% from 330); Blue value is 162 (63.67% from 255 or 49.09% from 330); Max value from RGB is 162 - color contains mainly: blue. Hex color #0C9CA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9CA2 is #F3635D. Grayscale: #717171. Windows color (decimal): -15950686 or 10656780. OLE color: 10656780.

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

Color convert

RGB 12 156 162 -
CMYK 0.93 0.04 0 0.36
HSL 182.4º 0.86% 0.34% -
HSV(B) 182.4º 0.93% 0.64% -
XYZ 18.56 26.46 38.31 -
YUV 113.63 155.29 55.51 -
System Red Green Blue C M Y K H S L
Decimal 12 156 162 0.93 0.04 0 0.36 182.4 0.86 0.34
Hex C 9C A2 5D 4 0 24 B6 56 22
Octal 14 234 242 135 4 0 44 266 126 42
Binary 1100 10011100 10100010 1011101 100 0 100100 10110110 1010110 100010

Color Harmonies of #0C9CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9CA2

Black with #0C9CA2

Text Example


Text Example

White with #0C9CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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