#04AE36

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

Shades of Dark Pastel Green #04AE36

Tints of Dark Pastel Green #04AE36

Color information

#04AE36 (or 0x04AE36) is unknown color: approx Dark Pastel Green. HEX triplet: 04, AE and 36. RGB value is (4,174,54). Sum of RGB (Red+Green+Blue) = 4+174+54=232 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 232); Green value is 174 (68.36% from 255 or 75% from 232); Blue value is 54 (21.48% from 255 or 23.28% from 232); Max value from RGB is 174 - color contains mainly: green. Hex color #04AE36 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04AE36 is #FB51C9. Grayscale: #6D6D6D. Windows color (decimal): -16470474 or 3583492. OLE color: 3583492.

HSL color Cylindrical-coordinate representation of color #04AE36: hue angle of 137.65º 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 #04AE36 is Cyan = 0.98, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB417454-
CMYK0.9800.690.32
HSL137.65º95.51%34.9%-
HSV(B)137.65º97.7%68.24%-
XYZ15.8530.568.55-
YUV109.4996.6852.76-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.72%
GREEN value IS 174 (68.36% from 255) = 75%
BLUE value IS 54 (21.48% from 255) = 23.28%
R=1.72%
G=75%
B=23.28%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal4174540.9800.690.32137.6595.5134.9
Hex4AE3662045208a6023
Octal42566614201054021214043
Binary10010101110110110110001001000101100000100010101100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04AE36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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