#04A232

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

Shades of Dark Pastel Green #04A232

Tints of Dark Pastel Green #04A232

Color information

#04A232 (or 0x04A232) is unknown color: approx Dark Pastel Green. HEX triplet: 04, A2 and 32. RGB value is (4,162,50). Sum of RGB (Red+Green+Blue) = 4+162+50=216 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.85% from 216); Green value is 162 (63.67% from 255 or 75% from 216); Blue value is 50 (19.92% from 255 or 23.15% from 216); Max value from RGB is 162 - color contains mainly: green. Hex color #04A232 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04A232 is #FB5DCD. Grayscale: #666666. Windows color (decimal): -16473550 or 3318276. OLE color: 3318276.

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

Color convert

RGB416250-
CMYK0.9800.690.36
HSL137.47º95.18%32.55%-
HSV(B)137.47º97.53%63.53%-
XYZ13.5526.17.34-
YUV101.9998.6558.11-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.85%
GREEN value IS 162 (63.67% from 255) = 75%
BLUE value IS 50 (19.92% from 255) = 23.15%
R=1.85%
G=75%
B=23.15%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal4162500.9800.690.36137.4795.1832.55
Hex4A2326204524895f21
Octal42426214201054421113741
Binary10010100010110010110001001000101100100100010011011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04A232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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