#02AE1D

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

Shades of Dark Pastel Green #02AE1D

Tints of Dark Pastel Green #02AE1D

Color information

#02AE1D (or 0x02AE1D) is unknown color: approx Dark Pastel Green. HEX triplet: 02, AE and 1D. RGB value is (2,174,29). Sum of RGB (Red+Green+Blue) = 2+174+29=205 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 205); Green value is 174 (68.36% from 255 or 84.88% from 205); Blue value is 29 (11.72% from 255 or 14.15% from 205); Max value from RGB is 174 - color contains mainly: green. Hex color #02AE1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02AE1D is #FD51E2. Grayscale: #6A6A6A. Windows color (decimal): -16601571 or 1945090. OLE color: 1945090.

HSL color Cylindrical-coordinate representation of color #02AE1D: hue angle of 129.42º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02AE1D is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB217429-
CMYK0.9900.830.32
HSL129.42º97.73%34.51%-
HSV(B)129.42º98.85%68.24%-
XYZ15.3830.376.21-
YUV106.0484.5253.79-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.98%
GREEN value IS 174 (68.36% from 255) = 84.88%
BLUE value IS 29 (11.72% from 255) = 14.15%
R=0.98%
G=84.88%
B=14.15%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal2174290.9900.830.32129.4297.7334.51
Hex2AE1D6305320816223
Octal22563514301234020114243
Binary101010111011101110001101010011100000100000011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02AE1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,174,29); }

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

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

 a { background-color: rgb(2,174,29); }

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

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

 span { border-color: rgb(2,174,29); }

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