#02A562

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

Shades of Shamrock Green #02A562

Tints of Shamrock Green #02A562

Color information

#02A562 (or 0x02A562) is unknown color: approx Shamrock Green. HEX triplet: 02, A5 and 62. RGB value is (2,165,98). Sum of RGB (Red+Green+Blue) = 2+165+98=265 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 265); Green value is 165 (64.84% from 255 or 62.26% from 265); Blue value is 98 (38.67% from 255 or 36.98% from 265); Max value from RGB is 165 - color contains mainly: green. Hex color #02A562 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02A562 is #FD5A9D. Grayscale: #6C6C6C. Windows color (decimal): -16603806 or 6464770. OLE color: 6464770.

HSL color Cylindrical-coordinate representation of color #02A562: hue angle of 155.34º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A562 is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB216598-
CMYK0.9900.410.35
HSL155.34º97.6%32.75%-
HSV(B)155.34º98.79%64.71%-
XYZ15.6827.8116.1-
YUV108.6212251.95-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.75%
GREEN value IS 165 (64.84% from 255) = 62.26%
BLUE value IS 98 (38.67% from 255) = 36.98%
R=0.75%
G=62.26%
B=36.98%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal2165980.9900.410.35155.3497.632.75
Hex2A56263029239b6221
Octal22451421430514323314241
Binary1010100101110001011000110101001100011100110111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02A562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02A562; }

 p { color: rgb(2,165,98); }

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

<style>
 a { background-color: #02A562; }

 a { background-color: rgb(2,165,98); }

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

<style>
 span { border-color: #02A562; }

 span { border-color: rgb(2,165,98); }

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