#04AA5A

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

Shades of Pigment Green #04AA5A

Tints of Pigment Green #04AA5A

Color information

#04AA5A (or 0x04AA5A) is unknown color: approx Pigment Green. HEX triplet: 04, AA and 5A. RGB value is (4,170,90). Sum of RGB (Red+Green+Blue) = 4+170+90=264 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 264); Green value is 170 (66.80% from 255 or 64.39% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 170 - color contains mainly: green. Hex color #04AA5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04AA5A is #FB55A5. Grayscale: #6F6F6F. Windows color (decimal): -16471462 or 5941764. OLE color: 5941764.

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

Color convert

RGB417090-
CMYK0.9800.470.33
HSL151.08º95.4%34.12%-
HSV(B)151.08º97.65%66.67%-
XYZ16.2729.5114.51-
YUV111.2511651.5-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.52%
GREEN value IS 170 (66.80% from 255) = 64.39%
BLUE value IS 90 (35.55% from 255) = 34.09%
R=1.52%
G=64.39%
B=34.09%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal4170900.9800.470.33151.0895.434.12
Hex4AA5A6202F21975f22
Octal42521321420574122713742
Binary10010101010101101011000100101111100001100101111011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04AA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,170,90); }

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

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

 a { background-color: rgb(4,170,90); }

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

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

 span { border-color: rgb(4,170,90); }

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