#0CAF72

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

Shades of Jade #0CAF72

Tints of Jade #0CAF72

Color information

#0CAF72 (or 0x0CAF72) is unknown color: approx Jade. HEX triplet: 0C, AF and 72. RGB value is (12,175,114). Sum of RGB (Red+Green+Blue) = 12+175+114=301 (39% of max value = 765). Red value is 12 (5.08% from 255 or 3.99% from 301); Green value is 175 (68.75% from 255 or 58.14% from 301); Blue value is 114 (44.92% from 255 or 37.87% from 301); Max value from RGB is 175 - color contains mainly: green. Hex color #0CAF72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAF72 is #F3508D. Grayscale: #777777. Windows color (decimal): -15945870 or 7515916. OLE color: 7515916.

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

Color convert

RGB12175114-
CMYK0.9300.350.31
HSL157.55º87.17%36.67%-
HSV(B)157.55º93.14%68.63%-
XYZ18.5231.9521.11-
YUV119.3112551.46-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.99%
GREEN value IS 175 (68.75% from 255) = 58.14%
BLUE value IS 114 (44.92% from 255) = 37.87%
R=3.99%
G=58.14%
B=37.87%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal121751140.9300.350.31157.5587.1736.67
HexCAF725D0231F9e5725
Octal142571621350433723612745
Binary11001010111111100101011101010001111111100111101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CAF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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