#04AE28

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

Shades of Dark Pastel Green #04AE28

Tints of Dark Pastel Green #04AE28

Color information

#04AE28 (or 0x04AE28) is unknown color: approx Dark Pastel Green. HEX triplet: 04, AE and 28. RGB value is (4,174,40). Sum of RGB (Red+Green+Blue) = 4+174+40=218 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 218); Green value is 174 (68.36% from 255 or 79.82% from 218); Blue value is 40 (16.02% from 255 or 18.35% from 218); Max value from RGB is 174 - color contains mainly: green. Hex color #04AE28 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04AE28 is #FB51D7. Grayscale: #6C6C6C. Windows color (decimal): -16470488 or 2665988. OLE color: 2665988.

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

Color convert

RGB417440-
CMYK0.9800.770.32
HSL132.71º95.51%34.9%-
HSV(B)132.71º97.7%68.24%-
XYZ15.5730.457.06-
YUV107.8989.6853.9-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.83%
GREEN value IS 174 (68.36% from 255) = 79.82%
BLUE value IS 40 (16.02% from 255) = 18.35%
R=1.83%
G=79.82%
B=18.35%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal4174400.9800.770.32132.7195.5134.9
Hex4AE286204D20856023
Octal42565014201154020514043
Binary10010101110101000110001001001101100000100001011100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04AE28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04AE28; }

 p { color: rgb(4,174,40); }

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

<style>
 a { background-color: #04AE28; }

 a { background-color: rgb(4,174,40); }

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

<style>
 span { border-color: #04AE28; }

 span { border-color: rgb(4,174,40); }

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