#04AD20

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

Shades of Dark Pastel Green #04AD20

Tints of Dark Pastel Green #04AD20

Color information

#04AD20 (or 0x04AD20) is unknown color: approx Dark Pastel Green. HEX triplet: 04, AD and 20. RGB value is (4,173,32). Sum of RGB (Red+Green+Blue) = 4+173+32=209 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.91% from 209); Green value is 173 (67.97% from 255 or 82.78% from 209); Blue value is 32 (12.89% from 255 or 15.31% from 209); Max value from RGB is 173 - color contains mainly: green. Hex color #04AD20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04AD20 is #FB52DF. Grayscale: #6A6A6A. Windows color (decimal): -16470752 or 2141444. OLE color: 2141444.

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

Color convert

RGB417332-
CMYK0.9800.820.32
HSL129.94º95.48%34.71%-
HSV(B)129.94º97.69%67.84%-
XYZ15.2530.026.36-
YUV106.3986.0154.96-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.91%
GREEN value IS 173 (67.97% from 255) = 82.78%
BLUE value IS 32 (12.89% from 255) = 15.31%
R=1.91%
G=82.78%
B=15.31%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal4173320.9800.820.32129.9495.4834.71
Hex4AD206205220825f23
Octal42554014201224020213743
Binary10010101101100000110001001010010100000100000101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04AD20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,173,32); }

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

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

 a { background-color: rgb(4,173,32); }

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

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

 span { border-color: rgb(4,173,32); }

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