#04A224

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

Shades of Dark Pastel Green #04A224

Tints of Dark Pastel Green #04A224

Color information

#04A224 (or 0x04A224) is unknown color: approx Dark Pastel Green. HEX triplet: 04, A2 and 24. RGB value is (4,162,36). Sum of RGB (Red+Green+Blue) = 4+162+36=202 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.98% from 202); Green value is 162 (63.67% from 255 or 80.20% from 202); Blue value is 36 (14.45% from 255 or 17.82% from 202); Max value from RGB is 162 - color contains mainly: green. Hex color #04A224 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04A224 is #FB5DDB. Grayscale: #646464. Windows color (decimal): -16473564 or 2400772. OLE color: 2400772.

HSL color Cylindrical-coordinate representation of color #04A224: hue angle of 132.15º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A224 is Cyan = 0.98, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB416236-
CMYK0.9800.780.36
HSL132.15º95.18%32.55%-
HSV(B)132.15º97.53%63.53%-
XYZ13.2925.995.99-
YUV100.3991.6559.25-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.98%
GREEN value IS 162 (63.67% from 255) = 80.20%
BLUE value IS 36 (14.45% from 255) = 17.82%
R=1.98%
G=80.20%
B=17.82%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal4162360.9800.780.36132.1595.1832.55
Hex4A2246204E24845f21
Octal42424414201164420413741
Binary10010100010100100110001001001110100100100001001011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04A224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,162,36); }

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

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

 a { background-color: rgb(4,162,36); }

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

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

 span { border-color: rgb(4,162,36); }

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