#02A85D

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

Shades of Shamrock Green #02A85D

Tints of Shamrock Green #02A85D

Color information

#02A85D (or 0x02A85D) is unknown color: approx Shamrock Green. HEX triplet: 02, A8 and 5D. RGB value is (2,168,93). Sum of RGB (Red+Green+Blue) = 2+168+93=263 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 263); Green value is 168 (66.02% from 255 or 63.88% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 168 - color contains mainly: green. Hex color #02A85D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02A85D is #FD57A2. Grayscale: #6D6D6D. Windows color (decimal): -16603043 or 6137858. OLE color: 6137858.

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

Color convert

RGB216893-
CMYK0.9900.450.34
HSL152.89º97.65%33.33%-
HSV(B)152.89º98.81%65.88%-
XYZ1628.8115.07-
YUV109.82118.551.1-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.76%
GREEN value IS 168 (66.02% from 255) = 63.88%
BLUE value IS 93 (36.72% from 255) = 35.36%
R=0.76%
G=63.88%
B=35.36%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal2168930.9900.450.34152.8997.6533.33
Hex2A85D6302D22996221
Octal22501351430554223114241
Binary1010101000101110111000110101101100010100110011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02A85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,168,93); }

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

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

 a { background-color: rgb(2,168,93); }

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

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

 span { border-color: rgb(2,168,93); }

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