#0CAC94

Color #0CAC94 Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #0CAC94

Tints of Persian Green #0CAC94

Color information

#0CAC94 (or 0x0CAC94) is unknown color: approx Persian Green. HEX triplet: 0C, AC and 94. RGB value is (12,172,148). Sum of RGB (Red+Green+Blue) = 12+172+148=332 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.61% from 332); Green value is 172 (67.58% from 255 or 51.81% from 332); Blue value is 148 (58.20% from 255 or 44.58% from 332); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAC94 is #F3536B. Grayscale: #797979. Windows color (decimal): -15946604 or 9743372. OLE color: 9743372.

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

Color convert

RGB12172148-
CMYK0.9300.140.33
HSL171º86.96%36.08%-
HSV(B)171º93.02%67.45%-
XYZ20.2531.7233.07-
YUV121.42142.9949.95-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.61%
GREEN value IS 172 (67.58% from 255) = 51.81%
BLUE value IS 148 (58.20% from 255) = 44.58%
R=3.61%
G=51.81%
B=44.58%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal121721480.9300.140.3317186.9636.08
HexCAC945D0E21ab5724
Octal142542241350164125312744
Binary11001010110010010100101110101110100001101010111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CAC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0CAC94;
 }
 .AnyTagClassName
 {
   color: #0CAC94;
 }
</style>
background-color css

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

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

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

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

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

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