Html Css Color HEX #02AA60 Shamrock Green

📋 copy color: '#02AA60'

red 2 ◦ green 170 ◦ blue 96

#02AA60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shamrock Green #02AA60

Tints of Shamrock Green #02AA60

RGB

 RED value IS 2 (1.17% from 255) = 0.75%

 GREEN value IS 170 (66.8% from 255) = 63.43%

 BLUE value IS 96 (37.89% from 255) = 35.82%

R = 0.75%
G = 63.43%
B = 35.82%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#02AA60 (or 0x02AA60) is known color: Shamrock Green. HEX triplet: 02, AA and 60. RGB value is (2,170,96). Sum of RGB (Red+Green+Blue) = 2+170+96=268 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 268); Green value is 170 (66.80% from 255 or 63.43% from 268); Blue value is 96 (37.89% from 255 or 35.82% from 268); Max value from RGB is 170 - color contains mainly: green. Hex color #02AA60 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02AA60 is #FD559F. Grayscale: #6F6F6F. Windows color (decimal): -16602528 or 6334978. OLE color: 6334978.

HSL color Cylindrical-coordinate representation of color #02AA60: hue angle of 153.57º 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 #02AA60 is Cyan = 0.99, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 170 96 -
CMYK 0.99 0 0.44 0.33
HSL 153.57º 0.98% 0.34% -
HSV(B) 153.57º 0.99% 0.67% -
XYZ 16.51 29.61 15.91 -
YUV 111.33 119.34 50.02 -
System Red Green Blue C M Y K H S L
Decimal 2 170 96 0.99 0 0.44 0.33 153.57 0.98 0.34
Hex 2 AA 60 63 0 2C 21 9A 62 22
Octal 2 252 140 143 0 54 41 232 142 42
Binary 10 10101010 1100000 1100011 0 101100 100001 10011010 1100010 100010

Color Harmonies of #02AA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AA60

Black with #02AA60

Text Example


Text Example

White with #02AA60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,170,96); }

 H1.HeaderClassName
 {
   color: #02AA60;
 }
 .AnyTagClassName
 {
   color: #02AA60;
 }
</style>

background-color css

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

 a { background-color: rgb(2,170,96); }

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

border-color css

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

 span { border-color: rgb(2,170,96); }

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