Html Css Color HEX #02AA5D Shamrock Green

📋 copy color: '#02AA5D'

red 2 ◦ green 170 ◦ blue 93

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

Shades of Shamrock Green #02AA5D

Tints of Shamrock Green #02AA5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 35.09%

R = 0.75%
G = 64.15%
B = 35.09%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#02AA5D (or 0x02AA5D) is known color: Shamrock Green. HEX triplet: 02, AA and 5D. RGB value is (2,170,93). Sum of RGB (Red+Green+Blue) = 2+170+93=265 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 265); Green value is 170 (66.80% from 255 or 64.15% from 265); Blue value is 93 (36.72% from 255 or 35.09% from 265); Max value from RGB is 170 - color contains mainly: green. Hex color #02AA5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02AA5D is #FD55A2. Grayscale: #6F6F6F. Windows color (decimal): -16602531 or 6138370. OLE color: 6138370.

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

Color convert

RGB 2 170 93 -
CMYK 0.99 0 0.45 0.33
HSL 152.5º 0.98% 0.34% -
HSV(B) 152.5º 0.99% 0.67% -
XYZ 16.38 29.55 15.2 -
YUV 110.99 117.84 50.26 -
System Red Green Blue C M Y K H S L
Decimal 2 170 93 0.99 0 0.45 0.33 152.5 0.98 0.34
Hex 2 AA 5D 63 0 2D 21 98 62 22
Octal 2 252 135 143 0 55 41 230 142 42
Binary 10 10101010 1011101 1100011 0 101101 100001 10011000 1100010 100010

Color Harmonies of #02AA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AA5D

Black with #02AA5D

Text Example


Text Example

White with #02AA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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