Html Css Color HEX #02AD56 Pigment Green

📋 copy color: '#02AD56'

red 2 ◦ green 173 ◦ blue 86

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

Shades of Pigment Green #02AD56

Tints of Pigment Green #02AD56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 32.95%

R = 0.77%
G = 66.28%
B = 32.95%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#02AD56 (or 0x02AD56) is known color: Pigment Green. HEX triplet: 02, AD and 56. RGB value is (2,173,86). Sum of RGB (Red+Green+Blue) = 2+173+86=261 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 261); Green value is 173 (67.97% from 255 or 66.28% from 261); Blue value is 86 (33.98% from 255 or 32.95% from 261); Max value from RGB is 173 - color contains mainly: green. Hex color #02AD56 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02AD56 is #FD52A9. Grayscale: #707070. Windows color (decimal): -16601770 or 5680386. OLE color: 5680386.

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

Color convert

RGB 2 173 86 -
CMYK 0.99 0 0.50 0.32
HSL 149.47º 0.98% 0.34% -
HSV(B) 149.47º 0.99% 0.68% -
XYZ 16.65 30.57 13.83 -
YUV 111.95 113.35 49.57 -
System Red Green Blue C M Y K H S L
Decimal 2 173 86 0.99 0 0.50 0.32 149.47 0.98 0.34
Hex 2 AD 56 63 0 32 20 95 62 22
Octal 2 255 126 143 0 62 40 225 142 42
Binary 10 10101101 1010110 1100011 0 110010 100000 10010101 1100010 100010

Color Harmonies of #02AD56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AD56

Black with #02AD56

Text Example


Text Example

White with #02AD56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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