#02C812

Color #02C812 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #02C812

Tints of Dark Pastel Green #02C812

Color information

#02C812 (or 0x02C812) is unknown color: approx Dark Pastel Green. HEX triplet: 02, C8 and 12. RGB value is (2,200,18). Sum of RGB (Red+Green+Blue) = 2+200+18=220 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 220); Green value is 200 (78.52% from 255 or 90.91% from 220); Blue value is 18 (7.42% from 255 or 8.18% from 220); Max value from RGB is 200 - color contains mainly: green. Hex color #02C812 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02C812 is #FD37ED. Grayscale: #787878. Windows color (decimal): -16594926 or 1230850. OLE color: 1230850.

HSL color Cylindrical-coordinate representation of color #02C812: hue angle of 124.85º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C812 is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB220018-
CMYK0.9900.910.22
HSL124.85º98.02%39.61%-
HSV(B)124.85º99%78.43%-
XYZ20.7941.377.46-
YUV120.0570.443.8-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.91%
GREEN value IS 200 (78.52% from 255) = 90.91%
BLUE value IS 18 (7.42% from 255) = 8.18%
R=0.91%
G=90.91%
B=8.18%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2200180.9900.910.22124.8598.0239.61
Hex2C8126305B167d6228
Octal23102214301332617514250
Binary1011001000100101100011010110111011011111011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02C812; }

 p { color: rgb(2,200,18); }

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

<style>
 a { background-color: #02C812; }

 a { background-color: rgb(2,200,18); }

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

<style>
 span { border-color: #02C812; }

 span { border-color: rgb(2,200,18); }

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