#02AE3D

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

Shades of Dark Pastel Green #02AE3D

Tints of Dark Pastel Green #02AE3D

Color information

#02AE3D (or 0x02AE3D) is unknown color: approx Dark Pastel Green. HEX triplet: 02, AE and 3D. RGB value is (2,174,61). Sum of RGB (Red+Green+Blue) = 2+174+61=237 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 237); Green value is 174 (68.36% from 255 or 73.42% from 237); Blue value is 61 (24.22% from 255 or 25.74% from 237); Max value from RGB is 174 - color contains mainly: green. Hex color #02AE3D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02AE3D is #FD51C2. Grayscale: #6D6D6D. Windows color (decimal): -16601539 or 4042242. OLE color: 4042242.

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

Color convert

RGB217461-
CMYK0.9900.650.32
HSL140.58º97.73%34.51%-
HSV(B)140.58º98.85%68.24%-
XYZ1630.629.48-
YUV109.69100.5251.19-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.84%
GREEN value IS 174 (68.36% from 255) = 73.42%
BLUE value IS 61 (24.22% from 255) = 25.74%
R=0.84%
G=73.42%
B=25.74%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal2174610.9900.650.32140.5897.7334.51
Hex2AE3D63041208d6223
Octal22567514301014021514243
Binary1010101110111101110001101000001100000100011011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02AE3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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