Html Css Color HEX #02AF20 Dark Pastel Green

📋 copy color: '#02AF20'

red 2 ◦ green 175 ◦ blue 32

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

Shades of Dark Pastel Green #02AF20

Tints of Dark Pastel Green #02AF20

RGB

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

 GREEN value IS 175 (68.75% from 255) = 83.73%

 BLUE value IS 32 (12.89% from 255) = 15.31%

R = 0.96%
G = 83.73%
B = 15.31%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#02AF20 (or 0x02AF20) is known color: Dark Pastel Green. HEX triplet: 02, AF and 20. RGB value is (2,175,32). Sum of RGB (Red+Green+Blue) = 2+175+32=209 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 209); Green value is 175 (68.75% from 255 or 83.73% from 209); Blue value is 32 (12.89% from 255 or 15.31% from 209); Max value from RGB is 175 - color contains mainly: green. Hex color #02AF20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02AF20 is #FD50DF. Grayscale: #6B6B6B. Windows color (decimal): -16601312 or 2141954. OLE color: 2141954.

HSL color Cylindrical-coordinate representation of color #02AF20: hue angle of 130.4º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02AF20 is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 2 175 32 -
CMYK 0.99 0 0.82 0.31
HSL 130.4º 0.98% 0.35% -
HSV(B) 130.4º 0.99% 0.69% -
XYZ 15.62 30.78 6.48 -
YUV 106.97 85.69 53.13 -
System Red Green Blue C M Y K H S L
Decimal 2 175 32 0.99 0 0.82 0.31 130.4 0.98 0.35
Hex 2 AF 20 63 0 52 1F 82 62 23
Octal 2 257 40 143 0 122 37 202 142 43
Binary 10 10101111 100000 1100011 0 1010010 11111 10000010 1100010 100011

Color Harmonies of #02AF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AF20

Black with #02AF20

Text Example


Text Example

White with #02AF20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,175,32); }

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

background-color css

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

 a { background-color: rgb(2,175,32); }

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

border-color css

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

 span { border-color: rgb(2,175,32); }

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