#04AA5E

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

Shades of Shamrock Green #04AA5E

Tints of Shamrock Green #04AA5E

Color information

#04AA5E (or 0x04AA5E) is unknown color: approx Shamrock Green. HEX triplet: 04, AA and 5E. RGB value is (4,170,94). Sum of RGB (Red+Green+Blue) = 4+170+94=268 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 268); Green value is 170 (66.80% from 255 or 63.43% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 170 - color contains mainly: green. Hex color #04AA5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04AA5E is #FB55A1. Grayscale: #6F6F6F. Windows color (decimal): -16471458 or 6203908. OLE color: 6203908.

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

Color convert

RGB417094-
CMYK0.9800.450.33
HSL152.53º95.4%34.12%-
HSV(B)152.53º97.65%66.67%-
XYZ16.4529.5815.43-
YUV111.711851.18-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.49%
GREEN value IS 170 (66.80% from 255) = 63.43%
BLUE value IS 94 (37.11% from 255) = 35.07%
R=1.49%
G=63.43%
B=35.07%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal4170940.9800.450.33152.5395.434.12
Hex4AA5E6202D21995f22
Octal42521361420554123113742
Binary10010101010101111011000100101101100001100110011011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04AA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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