#0CA16D

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

Shades of Jade #0CA16D

Tints of Jade #0CA16D

Color information

#0CA16D (or 0x0CA16D) is unknown color: approx Jade. HEX triplet: 0C, A1 and 6D. RGB value is (12,161,109). Sum of RGB (Red+Green+Blue) = 12+161+109=282 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.26% from 282); Green value is 161 (63.28% from 255 or 57.09% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 161 - color contains mainly: green. Hex color #0CA16D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CA16D is #F35E92. Grayscale: #6E6E6E. Windows color (decimal): -15949459 or 7184652. OLE color: 7184652.

HSL color Cylindrical-coordinate representation of color #0CA16D: hue angle of 159.06º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA16D is Cyan = 0.93, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB12161109-
CMYK0.9300.320.37
HSL159.06º86.13%33.92%-
HSV(B)159.06º92.55%63.14%-
XYZ15.6626.6718.79-
YUV110.52127.1457.73-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.26%
GREEN value IS 161 (63.28% from 255) = 57.09%
BLUE value IS 109 (42.97% from 255) = 38.65%
R=4.26%
G=57.09%
B=38.65%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal121611090.9300.320.37159.0686.1333.92
HexCA16D5D020259f5622
Octal142411551350404523712642
Binary110010100001110110110111010100000100101100111111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,161,109); }

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

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

 a { background-color: rgb(12,161,109); }

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

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

 span { border-color: rgb(12,161,109); }

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