#0CA66F

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

Shades of Jade #0CA66F

Tints of Jade #0CA66F

Color information

#0CA66F (or 0x0CA66F) is unknown color: approx Jade. HEX triplet: 0C, A6 and 6F. RGB value is (12,166,111). Sum of RGB (Red+Green+Blue) = 12+166+111=289 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.15% from 289); Green value is 166 (65.23% from 255 or 57.44% from 289); Blue value is 111 (43.75% from 255 or 38.41% from 289); Max value from RGB is 166 - color contains mainly: green. Hex color #0CA66F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CA66F is #F35990. Grayscale: #717171. Windows color (decimal): -15948177 or 7317004. OLE color: 7317004.

HSL color Cylindrical-coordinate representation of color #0CA66F: hue angle of 158.57º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA66F is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB12166111-
CMYK0.9300.330.35
HSL158.57º86.52%34.9%-
HSV(B)158.57º92.77%65.1%-
XYZ16.6628.519.66-
YUV113.68126.4855.47-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.15%
GREEN value IS 166 (65.23% from 255) = 57.44%
BLUE value IS 111 (43.75% from 255) = 38.41%
R=4.15%
G=57.44%
B=38.41%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal121661110.9300.330.35158.5786.5234.9
HexCA66F5D021239f5723
Octal142461571350414323712743
Binary110010100110110111110111010100001100011100111111010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,166,111); }

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

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

 a { background-color: rgb(12,166,111); }

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

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

 span { border-color: rgb(12,166,111); }

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