Html Css Color HEX #0CAC95 Persian Green

📋 copy color: '#0CAC95'

red 12 ◦ green 172 ◦ blue 149

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

Shades of Persian Green #0CAC95

Tints of Persian Green #0CAC95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 44.74%

R = 3.6%
G = 51.65%
B = 44.74%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#0CAC95 (or 0x0CAC95) is known color: Persian Green. HEX triplet: 0C, AC and 95. RGB value is (12,172,149). Sum of RGB (Red+Green+Blue) = 12+172+149=333 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.60% from 333); Green value is 172 (67.58% from 255 or 51.65% from 333); Blue value is 149 (58.59% from 255 or 44.74% from 333); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAC95 is #F3536A. Grayscale: #797979. Windows color (decimal): -15946603 or 9808908. OLE color: 9808908.

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

Color convert

RGB 12 172 149 -
CMYK 0.93 0 0.13 0.33
HSL 171.38º 0.87% 0.36% -
HSV(B) 171.38º 0.93% 0.67% -
XYZ 20.33 31.75 33.49 -
YUV 121.54 143.49 49.87 -
System Red Green Blue C M Y K H S L
Decimal 12 172 149 0.93 0 0.13 0.33 171.38 0.87 0.36
Hex C AC 95 5D 0 D 21 AB 57 24
Octal 14 254 225 135 0 15 41 253 127 44
Binary 1100 10101100 10010101 1011101 0 1101 100001 10101011 1010111 100100

Color Harmonies of #0CAC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAC95

Black with #0CAC95

Text Example


Text Example

White with #0CAC95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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