#0CA16C

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

Shades of Jade #0CA16C

Tints of Jade #0CA16C

Color information

#0CA16C (or 0x0CA16C) is unknown color: approx Jade. HEX triplet: 0C, A1 and 6C. RGB value is (12,161,108). Sum of RGB (Red+Green+Blue) = 12+161+108=281 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.27% from 281); Green value is 161 (63.28% from 255 or 57.30% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 161 - color contains mainly: green. Hex color #0CA16C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CA16C is #F35E93. Grayscale: #6E6E6E. Windows color (decimal): -15949460 or 7119116. OLE color: 7119116.

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

Color convert

RGB12161108-
CMYK0.9300.330.37
HSL158.66º86.13%33.92%-
HSV(B)158.66º92.55%63.14%-
XYZ15.626.6518.51-
YUV110.41126.6457.81-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.27%
GREEN value IS 161 (63.28% from 255) = 57.30%
BLUE value IS 108 (42.58% from 255) = 38.43%
R=4.27%
G=57.30%
B=38.43%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal121611080.9300.330.37158.6686.1333.92
HexCA16C5D021259f5622
Octal142411541350414523712642
Binary110010100001110110010111010100001100101100111111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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