#0CAF94

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

Shades of Persian Green #0CAF94

Tints of Persian Green #0CAF94

Color information

#0CAF94 (or 0x0CAF94) is unknown color: approx Persian Green. HEX triplet: 0C, AF and 94. RGB value is (12,175,148). Sum of RGB (Red+Green+Blue) = 12+175+148=335 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.58% from 335); Green value is 175 (68.75% from 255 or 52.24% from 335); Blue value is 148 (58.20% from 255 or 44.18% from 335); Max value from RGB is 175 - color contains mainly: green. Hex color #0CAF94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAF94 is #F3506B. Grayscale: #7B7B7B. Windows color (decimal): -15945836 or 9744140. OLE color: 9744140.

HSL color Cylindrical-coordinate representation of color #0CAF94: hue angle of 170.06º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAF94 is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB12175148-
CMYK0.9300.150.31
HSL170.06º87.17%36.67%-
HSV(B)170.06º93.14%68.63%-
XYZ20.8332.8833.27-
YUV123.1814248.7-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.58%
GREEN value IS 175 (68.75% from 255) = 52.24%
BLUE value IS 148 (58.20% from 255) = 44.18%
R=3.58%
G=52.24%
B=44.18%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal121751480.9300.150.31170.0687.1736.67
HexCAF945D0F1Faa5725
Octal142572241350173725212745
Binary1100101011111001010010111010111111111101010101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CAF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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