#02AE1E

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

Shades of Dark Pastel Green #02AE1E

Tints of Dark Pastel Green #02AE1E

Color information

#02AE1E (or 0x02AE1E) is unknown color: approx Dark Pastel Green. HEX triplet: 02, AE and 1E. RGB value is (2,174,30). Sum of RGB (Red+Green+Blue) = 2+174+30=206 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 206); Green value is 174 (68.36% from 255 or 84.47% from 206); Blue value is 30 (12.11% from 255 or 14.56% from 206); Max value from RGB is 174 - color contains mainly: green. Hex color #02AE1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02AE1E is #FD51E1. Grayscale: #6A6A6A. Windows color (decimal): -16601570 or 2010626. OLE color: 2010626.

HSL color Cylindrical-coordinate representation of color #02AE1E: hue angle of 129.77º 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 #02AE1E is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB217430-
CMYK0.9900.830.32
HSL129.77º97.73%34.51%-
HSV(B)129.77º98.85%68.24%-
XYZ15.430.386.28-
YUV106.1685.0253.71-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.97%
GREEN value IS 174 (68.36% from 255) = 84.47%
BLUE value IS 30 (12.11% from 255) = 14.56%
R=0.97%
G=84.47%
B=14.56%

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
Decimal2174300.9900.830.32129.7797.7334.51
Hex2AE1E6305320826223
Octal22563614301234020214243
Binary101010111011110110001101010011100000100000101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02AE1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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