Html Css Color HEX #02AD55 Pigment Green

📋 copy color: '#02AD55'

red 2 ◦ green 173 ◦ blue 85

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

Shades of Pigment Green #02AD55

Tints of Pigment Green #02AD55

RGB

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

 GREEN value IS 173 (67.97% from 255) = 66.54%

 BLUE value IS 85 (33.59% from 255) = 32.69%

R = 0.77%
G = 66.54%
B = 32.69%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#02AD55 (or 0x02AD55) is known color: Pigment Green. HEX triplet: 02, AD and 55. RGB value is (2,173,85). Sum of RGB (Red+Green+Blue) = 2+173+85=260 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 260); Green value is 173 (67.97% from 255 or 66.54% from 260); Blue value is 85 (33.59% from 255 or 32.69% from 260); Max value from RGB is 173 - color contains mainly: green. Hex color #02AD55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02AD55 is #FD52AA. Grayscale: #707070. Windows color (decimal): -16601771 or 5614850. OLE color: 5614850.

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

Color convert

RGB 2 173 85 -
CMYK 0.99 0 0.51 0.32
HSL 149.12º 0.98% 0.34% -
HSV(B) 149.12º 0.99% 0.68% -
XYZ 16.61 30.56 13.62 -
YUV 111.84 112.85 49.66 -
System Red Green Blue C M Y K H S L
Decimal 2 173 85 0.99 0 0.51 0.32 149.12 0.98 0.34
Hex 2 AD 55 63 0 33 20 95 62 22
Octal 2 255 125 143 0 63 40 225 142 42
Binary 10 10101101 1010101 1100011 0 110011 100000 10010101 1100010 100010

Color Harmonies of #02AD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AD55

Black with #02AD55

Text Example


Text Example

White with #02AD55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,173,85); }

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

background-color css

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

 a { background-color: rgb(2,173,85); }

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

border-color css

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

 span { border-color: rgb(2,173,85); }

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