#0CC366

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

Shades of Jade #0CC366

Tints of Jade #0CC366

Color information

#0CC366 (or 0x0CC366) is unknown color: approx Jade. HEX triplet: 0C, C3 and 66. RGB value is (12,195,102). Sum of RGB (Red+Green+Blue) = 12+195+102=309 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.88% from 309); Green value is 195 (76.56% from 255 or 63.11% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 195 - color contains mainly: green. Hex color #0CC366 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC366 is #F33C99. Grayscale: #818181. Windows color (decimal): -15940762 or 6734604. OLE color: 6734604.

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

Color convert

RGB12195102-
CMYK0.9400.480.24
HSL149.51º88.41%40.59%-
HSV(B)149.51º93.85%76.47%-
XYZ22.0740.0719.14-
YUV129.68112.3744.06-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.88%
GREEN value IS 195 (76.56% from 255) = 63.11%
BLUE value IS 102 (40.23% from 255) = 33.01%
R=3.88%
G=63.11%
B=33.01%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal121951020.9400.480.24149.5188.4140.59
HexCC3665E03018965829
Octal143031461360603022613051
Binary11001100001111001101011110011000011000100101101011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CC366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,195,102); }

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

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

 a { background-color: rgb(12,195,102); }

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

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

 span { border-color: rgb(12,195,102); }

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