#0CC36F

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

Shades of Jade #0CC36F

Tints of Jade #0CC36F

Color information

#0CC36F (or 0x0CC36F) is unknown color: approx Jade. HEX triplet: 0C, C3 and 6F. RGB value is (12,195,111). Sum of RGB (Red+Green+Blue) = 12+195+111=318 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.77% from 318); Green value is 195 (76.56% from 255 or 61.32% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 195 - color contains mainly: green. Hex color #0CC36F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC36F is #F33C90. Grayscale: #828282. Windows color (decimal): -15940753 or 7324428. OLE color: 7324428.

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

Color convert

RGB12195111-
CMYK0.9400.430.24
HSL152.46º88.41%40.59%-
HSV(B)152.46º93.85%76.47%-
XYZ22.5440.2621.62-
YUV130.71116.8743.33-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.77%
GREEN value IS 195 (76.56% from 255) = 61.32%
BLUE value IS 111 (43.75% from 255) = 34.91%
R=3.77%
G=61.32%
B=34.91%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal121951110.9400.430.24152.4688.4140.59
HexCC36F5E02B18985829
Octal143031571360533023013051
Binary11001100001111011111011110010101111000100110001011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CC36F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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