Html Css Color HEX #02AD52 Pigment Green

📋 copy color: '#02AD52'

red 2 ◦ green 173 ◦ blue 82

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

Shades of Pigment Green #02AD52

Tints of Pigment Green #02AD52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 31.91%

R = 0.78%
G = 67.32%
B = 31.91%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#02AD52 (or 0x02AD52) is known color: Pigment Green. HEX triplet: 02, AD and 52. RGB value is (2,173,82). Sum of RGB (Red+Green+Blue) = 2+173+82=257 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 257); Green value is 173 (67.97% from 255 or 67.32% from 257); Blue value is 82 (32.42% from 255 or 31.91% from 257); Max value from RGB is 173 - color contains mainly: green. Hex color #02AD52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02AD52 is #FD52AD. Grayscale: #6F6F6F. Windows color (decimal): -16601774 or 5418242. OLE color: 5418242.

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

Color convert

RGB 2 173 82 -
CMYK 0.99 0 0.53 0.32
HSL 148.07º 0.98% 0.34% -
HSV(B) 148.07º 0.99% 0.68% -
XYZ 16.49 30.51 13 -
YUV 111.5 111.35 49.9 -
System Red Green Blue C M Y K H S L
Decimal 2 173 82 0.99 0 0.53 0.32 148.07 0.98 0.34
Hex 2 AD 52 63 0 35 20 94 62 22
Octal 2 255 122 143 0 65 40 224 142 42
Binary 10 10101101 1010010 1100011 0 110101 100000 10010100 1100010 100010

Color Harmonies of #02AD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AD52

Black with #02AD52

Text Example


Text Example

White with #02AD52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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