Html Css Color HEX #0CAC92 Persian Green

📋 copy color: '#0CAC92'

red 12 ◦ green 172 ◦ blue 146

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

Shades of Persian Green #0CAC92

Tints of Persian Green #0CAC92

RGB

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

 GREEN value IS 172 (67.58% from 255) = 52.12%

 BLUE value IS 146 (57.42% from 255) = 44.24%

R = 3.64%
G = 52.12%
B = 44.24%

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

#0CAC92 (or 0x0CAC92) is known color: Persian Green. HEX triplet: 0C, AC and 92. RGB value is (12,172,146). Sum of RGB (Red+Green+Blue) = 12+172+146=330 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.64% from 330); Green value is 172 (67.58% from 255 or 52.12% from 330); Blue value is 146 (57.42% from 255 or 44.24% from 330); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAC92 is #F3536D. Grayscale: #797979. Windows color (decimal): -15946606 or 9612300. OLE color: 9612300.

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

Color convert

RGB 12 172 146 -
CMYK 0.93 0 0.15 0.33
HSL 170.25º 0.87% 0.36% -
HSV(B) 170.25º 0.93% 0.67% -
XYZ 20.09 31.66 32.25 -
YUV 121.2 141.99 50.11 -
System Red Green Blue C M Y K H S L
Decimal 12 172 146 0.93 0 0.15 0.33 170.25 0.87 0.36
Hex C AC 92 5D 0 F 21 AA 57 24
Octal 14 254 222 135 0 17 41 252 127 44
Binary 1100 10101100 10010010 1011101 0 1111 100001 10101010 1010111 100100

Color Harmonies of #0CAC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAC92

Black with #0CAC92

Text Example


Text Example

White with #0CAC92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,172,146); }

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

background-color css

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

 a { background-color: rgb(12,172,146); }

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

border-color css

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

 span { border-color: rgb(12,172,146); }

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