Html Css Color HEX #04AF20 Dark Pastel Green

📋 copy color: '#04AF20'

red 4 ◦ green 175 ◦ blue 32

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

Shades of Dark Pastel Green #04AF20

Tints of Dark Pastel Green #04AF20

RGB

 RED value IS 4 (1.95% from 255) = 1.9%

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

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

R = 1.9%
G = 82.94%
B = 15.17%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#04AF20 (or 0x04AF20) is known color: Dark Pastel Green. HEX triplet: 04, AF and 20. RGB value is (4,175,32). Sum of RGB (Red+Green+Blue) = 4+175+32=211 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 211); Green value is 175 (68.75% from 255 or 82.94% from 211); Blue value is 32 (12.89% from 255 or 15.17% from 211); Max value from RGB is 175 - color contains mainly: green. Hex color #04AF20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04AF20 is #FB50DF. Grayscale: #6B6B6B. Windows color (decimal): -16470240 or 2141956. OLE color: 2141956.

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

Color convert

RGB 4 175 32 -
CMYK 0.98 0 0.82 0.31
HSL 129.82º 0.96% 0.35% -
HSV(B) 129.82º 0.98% 0.69% -
XYZ 15.64 30.79 6.49 -
YUV 107.57 85.35 54.13 -
System Red Green Blue C M Y K H S L
Decimal 4 175 32 0.98 0 0.82 0.31 129.82 0.96 0.35
Hex 4 AF 20 62 0 52 1F 82 60 23
Octal 4 257 40 142 0 122 37 202 140 43
Binary 100 10101111 100000 1100010 0 1010010 11111 10000010 1100000 100011

Color Harmonies of #04AF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AF20

Black with #04AF20

Text Example


Text Example

White with #04AF20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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