#02AB5E

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

Shades of Shamrock Green #02AB5E

Tints of Shamrock Green #02AB5E

Color information

#02AB5E (or 0x02AB5E) is unknown color: approx Shamrock Green. HEX triplet: 02, AB and 5E. RGB value is (2,171,94). Sum of RGB (Red+Green+Blue) = 2+171+94=267 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 267); Green value is 171 (67.19% from 255 or 64.04% from 267); Blue value is 94 (37.11% from 255 or 35.21% from 267); Max value from RGB is 171 - color contains mainly: green. Hex color #02AB5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02AB5E is #FD54A1. Grayscale: #6F6F6F. Windows color (decimal): -16602274 or 6204162. OLE color: 6204162.

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

Color convert

RGB217194-
CMYK0.9900.450.33
HSL152.66º97.69%33.92%-
HSV(B)152.66º98.83%67.06%-
XYZ16.6129.9515.49-
YUV111.69118.0149.76-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.75%
GREEN value IS 171 (67.19% from 255) = 64.04%
BLUE value IS 94 (37.11% from 255) = 35.21%
R=0.75%
G=64.04%
B=35.21%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal2171940.9900.450.33152.6697.6933.92
Hex2AB5E6302D21996222
Octal22531361430554123114242
Binary1010101011101111011000110101101100001100110011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02AB5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,171,94); }

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

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

 a { background-color: rgb(2,171,94); }

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

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

 span { border-color: rgb(2,171,94); }

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