#02AE3C

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

Shades of Dark Pastel Green #02AE3C

Tints of Dark Pastel Green #02AE3C

Color information

#02AE3C (or 0x02AE3C) is unknown color: approx Dark Pastel Green. HEX triplet: 02, AE and 3C. RGB value is (2,174,60). Sum of RGB (Red+Green+Blue) = 2+174+60=236 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 236); Green value is 174 (68.36% from 255 or 73.73% from 236); Blue value is 60 (23.83% from 255 or 25.42% from 236); Max value from RGB is 174 - color contains mainly: green. Hex color #02AE3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02AE3C is #FD51C3. Grayscale: #6D6D6D. Windows color (decimal): -16601540 or 3976706. OLE color: 3976706.

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

Color convert

RGB217460-
CMYK0.9900.660.32
HSL140.23º97.73%34.51%-
HSV(B)140.23º98.85%68.24%-
XYZ15.9830.619.34-
YUV109.58100.0251.27-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.85%
GREEN value IS 174 (68.36% from 255) = 73.73%
BLUE value IS 60 (23.83% from 255) = 25.42%
R=0.85%
G=73.73%
B=25.42%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal2174600.9900.660.32140.2397.7334.51
Hex2AE3C63042208c6223
Octal22567414301024021414243
Binary1010101110111100110001101000010100000100011001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02AE3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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