Html Css Color HEX #02A05E Shamrock Green

📋 copy color: '#02A05E'

red 2 ◦ green 160 ◦ blue 94

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

Shades of Shamrock Green #02A05E

Tints of Shamrock Green #02A05E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 62.5%

 BLUE value IS 94 (37.11% from 255) = 36.72%

R = 0.78%
G = 62.5%
B = 36.72%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#02A05E (or 0x02A05E) is known color: Shamrock Green. HEX triplet: 02, A0 and 5E. RGB value is (2,160,94). Sum of RGB (Red+Green+Blue) = 2+160+94=256 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 256); Green value is 160 (62.89% from 255 or 62.5% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 160 - color contains mainly: green. Hex color #02A05E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02A05E is #FD5FA1. Grayscale: #696969. Windows color (decimal): -16605090 or 6201346. OLE color: 6201346.

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

Color convert

RGB 2 160 94 -
CMYK 0.99 0 0.41 0.37
HSL 154.94º 0.98% 0.32% -
HSV(B) 154.94º 0.99% 0.63% -
XYZ 14.62 25.96 14.83 -
YUV 105.23 121.65 54.37 -
System Red Green Blue C M Y K H S L
Decimal 2 160 94 0.99 0 0.41 0.37 154.94 0.98 0.32
Hex 2 A0 5E 63 0 29 25 9B 62 20
Octal 2 240 136 143 0 51 45 233 142 40
Binary 10 10100000 1011110 1100011 0 101001 100101 10011011 1100010 100000

Color Harmonies of #02A05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A05E

Black with #02A05E

Text Example


Text Example

White with #02A05E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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