#04A061

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

Shades of Shamrock Green #04A061

Tints of Shamrock Green #04A061

Color information

#04A061 (or 0x04A061) is unknown color: approx Shamrock Green. HEX triplet: 04, A0 and 61. RGB value is (4,160,97). Sum of RGB (Red+Green+Blue) = 4+160+97=261 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 261); Green value is 160 (62.89% from 255 or 61.30% from 261); Blue value is 97 (38.28% from 255 or 37.16% from 261); Max value from RGB is 160 - color contains mainly: green. Hex color #04A061 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04A061 is #FB5F9E. Grayscale: #6A6A6A. Windows color (decimal): -16474015 or 6397956. OLE color: 6397956.

HSL color Cylindrical-coordinate representation of color #04A061: hue angle of 155.77º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A061 is Cyan = 0.98, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB416097-
CMYK0.9800.390.37
HSL155.77º95.12%32.16%-
HSV(B)155.77º97.5%62.75%-
XYZ14.7826.0315.55-
YUV106.17122.8255.12-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.53%
GREEN value IS 160 (62.89% from 255) = 61.30%
BLUE value IS 97 (38.28% from 255) = 37.16%
R=1.53%
G=61.30%
B=37.16%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal4160970.9800.390.37155.7795.1232.16
Hex4A06162027259c5f20
Octal42401411420474523413740
Binary10010100000110000111000100100111100101100111001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04A061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,160,97); }

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

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

 a { background-color: rgb(4,160,97); }

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

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

 span { border-color: rgb(4,160,97); }

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