#04A162

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

Shades of Shamrock Green #04A162

Tints of Shamrock Green #04A162

Color information

#04A162 (or 0x04A162) is unknown color: approx Shamrock Green. HEX triplet: 04, A1 and 62. RGB value is (4,161,98). Sum of RGB (Red+Green+Blue) = 4+161+98=263 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 263); Green value is 161 (63.28% from 255 or 61.22% from 263); Blue value is 98 (38.67% from 255 or 37.26% from 263); Max value from RGB is 161 - color contains mainly: green. Hex color #04A162 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04A162 is #FB5E9D. Grayscale: #6A6A6A. Windows color (decimal): -16473758 or 6463748. OLE color: 6463748.

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

Color convert

RGB416198-
CMYK0.9800.390.37
HSL155.92º95.15%32.35%-
HSV(B)155.92º97.52%63.14%-
XYZ1526.415.86-
YUV106.87122.9954.62-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.52%
GREEN value IS 161 (63.28% from 255) = 61.22%
BLUE value IS 98 (38.67% from 255) = 37.26%
R=1.52%
G=61.22%
B=37.26%

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
Decimal4161980.9800.390.37155.9295.1532.35
Hex4A16262027259c5f20
Octal42411421420474523413740
Binary10010100001110001011000100100111100101100111001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04A162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,161,98); }

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

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

 a { background-color: rgb(4,161,98); }

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

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

 span { border-color: rgb(4,161,98); }

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