Html Css Color HEX #02AD41 Pigment Green

📋 copy color: '#02AD41'

red 2 ◦ green 173 ◦ blue 65

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

Shades of Pigment Green #02AD41

Tints of Pigment Green #02AD41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 27.08%

R = 0.83%
G = 72.08%
B = 27.08%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#02AD41 (or 0x02AD41) is known color: Pigment Green. HEX triplet: 02, AD and 41. RGB value is (2,173,65). Sum of RGB (Red+Green+Blue) = 2+173+65=240 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 240); Green value is 173 (67.97% from 255 or 72.08% from 240); Blue value is 65 (25.78% from 255 or 27.08% from 240); Max value from RGB is 173 - color contains mainly: green. Hex color #02AD41 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02AD41 is #FD52BE. Grayscale: #6D6D6D. Windows color (decimal): -16601791 or 4304130. OLE color: 4304130.

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

Color convert

RGB 2 173 65 -
CMYK 0.99 0 0.62 0.32
HSL 142.11º 0.98% 0.34% -
HSV(B) 142.11º 0.99% 0.68% -
XYZ 15.92 30.28 10.01 -
YUV 109.56 102.85 51.28 -
System Red Green Blue C M Y K H S L
Decimal 2 173 65 0.99 0 0.62 0.32 142.11 0.98 0.34
Hex 2 AD 41 63 0 3E 20 8E 62 22
Octal 2 255 101 143 0 76 40 216 142 42
Binary 10 10101101 1000001 1100011 0 111110 100000 10001110 1100010 100010

Color Harmonies of #02AD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AD41

Black with #02AD41

Text Example


Text Example

White with #02AD41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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