#02C914

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

Shades of Dark Pastel Green #02C914

Tints of Dark Pastel Green #02C914

Color information

#02C914 (or 0x02C914) is unknown color: approx Dark Pastel Green. HEX triplet: 02, C9 and 14. RGB value is (2,201,20). Sum of RGB (Red+Green+Blue) = 2+201+20=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 201 (78.91% from 255 or 90.13% from 223); Blue value is 20 (8.20% from 255 or 8.97% from 223); Max value from RGB is 201 - color contains mainly: green. Hex color #02C914 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02C914 is #FD36EB. Grayscale: #797979. Windows color (decimal): -16594668 or 1362178. OLE color: 1362178.

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

Color convert

RGB220120-
CMYK0.9900.900.21
HSL125.43º98.03%39.8%-
HSV(B)125.43º99%78.82%-
XYZ21.0441.847.63-
YUV120.8671.0743.22-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.90%
GREEN value IS 201 (78.91% from 255) = 90.13%
BLUE value IS 20 (8.20% from 255) = 8.97%
R=0.90%
G=90.13%
B=8.97%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2201200.9900.900.21125.4398.0339.8
Hex2C9146305A157d6228
Octal23112414301322517514250
Binary1011001001101001100011010110101010111111011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,201,20); }

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

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

 a { background-color: rgb(2,201,20); }

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

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

 span { border-color: rgb(2,201,20); }

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