#04A22A

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

Shades of Dark Pastel Green #04A22A

Tints of Dark Pastel Green #04A22A

Color information

#04A22A (or 0x04A22A) is unknown color: approx Dark Pastel Green. HEX triplet: 04, A2 and 2A. RGB value is (4,162,42). Sum of RGB (Red+Green+Blue) = 4+162+42=208 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.92% from 208); Green value is 162 (63.67% from 255 or 77.88% from 208); Blue value is 42 (16.80% from 255 or 20.19% from 208); Max value from RGB is 162 - color contains mainly: green. Hex color #04A22A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04A22A is #FB5DD5. Grayscale: #656565. Windows color (decimal): -16473558 or 2793988. OLE color: 2793988.

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

Color convert

RGB416242-
CMYK0.9800.740.36
HSL134.43º95.18%32.55%-
HSV(B)134.43º97.53%63.53%-
XYZ13.3926.036.51-
YUV101.0894.6558.76-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.92%
GREEN value IS 162 (63.67% from 255) = 77.88%
BLUE value IS 42 (16.80% from 255) = 20.19%
R=1.92%
G=77.88%
B=20.19%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal4162420.9800.740.36134.4395.1832.55
Hex4A22A6204A24865f21
Octal42425214201124420613741
Binary10010100010101010110001001001010100100100001101011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04A22A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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