#0CC16C

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

Shades of Jade #0CC16C

Tints of Jade #0CC16C

Color information

#0CC16C (or 0x0CC16C) is unknown color: approx Jade. HEX triplet: 0C, C1 and 6C. RGB value is (12,193,108). Sum of RGB (Red+Green+Blue) = 12+193+108=313 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.83% from 313); Green value is 193 (75.78% from 255 or 61.66% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 193 - color contains mainly: green. Hex color #0CC16C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC16C is #F33E93. Grayscale: #818181. Windows color (decimal): -15941268 or 7127308. OLE color: 7127308.

HSL color Cylindrical-coordinate representation of color #0CC16C: hue angle of 151.82º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC16C is Cyan = 0.94, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB12193108-
CMYK0.9400.440.24
HSL151.82º88.29%40.2%-
HSV(B)151.82º93.78%75.69%-
XYZ21.9339.320.62-
YUV129.19116.0344.41-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.83%
GREEN value IS 193 (75.78% from 255) = 61.66%
BLUE value IS 108 (42.58% from 255) = 34.50%
R=3.83%
G=61.66%
B=34.50%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal121931080.9400.440.24151.8288.2940.2
HexCC16C5E02C18985828
Octal143011541360543023013050
Binary11001100000111011001011110010110011000100110001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CC16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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