#0CA66E

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

Shades of Jade #0CA66E

Tints of Jade #0CA66E

Color information

#0CA66E (or 0x0CA66E) is unknown color: approx Jade. HEX triplet: 0C, A6 and 6E. RGB value is (12,166,110). Sum of RGB (Red+Green+Blue) = 12+166+110=288 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.17% from 288); Green value is 166 (65.23% from 255 or 57.64% from 288); Blue value is 110 (43.36% from 255 or 38.19% from 288); Max value from RGB is 166 - color contains mainly: green. Hex color #0CA66E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CA66E is #F35991. Grayscale: #717171. Windows color (decimal): -15948178 or 7251468. OLE color: 7251468.

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

Color convert

RGB12166110-
CMYK0.9300.340.35
HSL158.18º86.52%34.9%-
HSV(B)158.18º92.77%65.1%-
XYZ16.628.4819.37-
YUV113.57125.9855.55-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.17%
GREEN value IS 166 (65.23% from 255) = 57.64%
BLUE value IS 110 (43.36% from 255) = 38.19%
R=4.17%
G=57.64%
B=38.19%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal121661100.9300.340.35158.1886.5234.9
HexCA66E5D022239e5723
Octal142461561350424323612743
Binary110010100110110111010111010100010100011100111101010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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