#0CAF68

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

Shades of Jade #0CAF68

Tints of Jade #0CAF68

Color information

#0CAF68 (or 0x0CAF68) is unknown color: approx Jade. HEX triplet: 0C, AF and 68. RGB value is (12,175,104). Sum of RGB (Red+Green+Blue) = 12+175+104=291 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.12% from 291); Green value is 175 (68.75% from 255 or 60.14% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 175 - color contains mainly: green. Hex color #0CAF68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAF68 is #F35097. Grayscale: #767676. Windows color (decimal): -15945880 or 6860556. OLE color: 6860556.

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

Color convert

RGB12175104-
CMYK0.9300.410.31
HSL153.87º87.17%36.67%-
HSV(B)153.87º93.14%68.63%-
XYZ17.9831.7418.28-
YUV118.1712052.27-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.12%
GREEN value IS 175 (68.75% from 255) = 60.14%
BLUE value IS 104 (41.02% from 255) = 35.74%
R=4.12%
G=60.14%
B=35.74%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal121751040.9300.410.31153.8787.1736.67
HexCAF685D0291F9a5725
Octal142571501350513723212745
Binary11001010111111010001011101010100111111100110101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CAF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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