Html Css Color HEX #02A860 Shamrock Green

📋 copy color: '#02A860'

red 2 ◦ green 168 ◦ blue 96

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

Shades of Shamrock Green #02A860

Tints of Shamrock Green #02A860

RGB

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

 GREEN value IS 168 (66.02% from 255) = 63.16%

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

R = 0.75%
G = 63.16%
B = 36.09%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#02A860 (or 0x02A860) is known color: Shamrock Green. HEX triplet: 02, A8 and 60. RGB value is (2,168,96). Sum of RGB (Red+Green+Blue) = 2+168+96=266 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 266); Green value is 168 (66.02% from 255 or 63.16% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 168 - color contains mainly: green. Hex color #02A860 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02A860 is #FD579F. Grayscale: #6E6E6E. Windows color (decimal): -16603040 or 6334466. OLE color: 6334466.

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

Color convert

RGB 2 168 96 -
CMYK 0.99 0 0.43 0.34
HSL 153.98º 0.98% 0.33% -
HSV(B) 153.98º 0.99% 0.66% -
XYZ 16.14 28.86 15.79 -
YUV 110.16 120 50.85 -
System Red Green Blue C M Y K H S L
Decimal 2 168 96 0.99 0 0.43 0.34 153.98 0.98 0.33
Hex 2 A8 60 63 0 2B 22 9A 62 21
Octal 2 250 140 143 0 53 42 232 142 41
Binary 10 10101000 1100000 1100011 0 101011 100010 10011010 1100010 100001

Color Harmonies of #02A860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A860

Black with #02A860

Text Example


Text Example

White with #02A860

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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