#02C64A

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

Shades of Dark Pastel Green #02C64A

Tints of Dark Pastel Green #02C64A

Color information

#02C64A (or 0x02C64A) is unknown color: approx Dark Pastel Green. HEX triplet: 02, C6 and 4A. RGB value is (2,198,74). Sum of RGB (Red+Green+Blue) = 2+198+74=274 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 274); Green value is 198 (77.73% from 255 or 72.26% from 274); Blue value is 74 (29.30% from 255 or 27.01% from 274); Max value from RGB is 198 - color contains mainly: green. Hex color #02C64A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C64A is #FD39B5. Grayscale: #7D7D7D. Windows color (decimal): -16595382 or 4900354. OLE color: 4900354.

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

Color convert

RGB219874-
CMYK0.9900.630.22
HSL142.04º98%39.22%-
HSV(B)142.04º98.99%77.65%-
XYZ21.4640.913.24-
YUV125.2699.0740.08-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.73%
GREEN value IS 198 (77.73% from 255) = 72.26%
BLUE value IS 74 (29.30% from 255) = 27.01%
R=0.73%
G=72.26%
B=27.01%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2198740.9900.630.22142.049839.22
Hex2C64A6303F168e6227
Octal23061121430772621614247
Binary101100011010010101100011011111110110100011101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C64A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,198,74); }

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

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

 a { background-color: rgb(2,198,74); }

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

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

 span { border-color: rgb(2,198,74); }

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