#0CC36E

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

Shades of Jade #0CC36E

Tints of Jade #0CC36E

Color information

#0CC36E (or 0x0CC36E) is unknown color: approx Jade. HEX triplet: 0C, C3 and 6E. RGB value is (12,195,110). Sum of RGB (Red+Green+Blue) = 12+195+110=317 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.79% from 317); Green value is 195 (76.56% from 255 or 61.51% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 195 - color contains mainly: green. Hex color #0CC36E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC36E is #F33C91. Grayscale: #828282. Windows color (decimal): -15940754 or 7258892. OLE color: 7258892.

HSL color Cylindrical-coordinate representation of color #0CC36E: hue angle of 152.13º 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 #0CC36E is Cyan = 0.94, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB12195110-
CMYK0.9400.440.24
HSL152.13º88.41%40.59%-
HSV(B)152.13º93.85%76.47%-
XYZ22.4840.2321.33-
YUV130.59116.3743.41-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.79%
GREEN value IS 195 (76.56% from 255) = 61.51%
BLUE value IS 110 (43.36% from 255) = 34.70%
R=3.79%
G=61.51%
B=34.70%

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
Decimal121951100.9400.440.24152.1388.4140.59
HexCC36E5E02C18985829
Octal143031561360543023013051
Binary11001100001111011101011110010110011000100110001011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CC36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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