Html Css Color HEX #04AF40 Dark Pastel Green

📋 copy color: '#04AF40'

red 4 ◦ green 175 ◦ blue 64

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

Shades of Dark Pastel Green #04AF40

Tints of Dark Pastel Green #04AF40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 26.34%

R = 1.65%
G = 72.02%
B = 26.34%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#04AF40 (or 0x04AF40) is known color: Dark Pastel Green. HEX triplet: 04, AF and 40. RGB value is (4,175,64). Sum of RGB (Red+Green+Blue) = 4+175+64=243 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 243); Green value is 175 (68.75% from 255 or 72.02% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 175 - color contains mainly: green. Hex color #04AF40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04AF40 is #FB50BF. Grayscale: #6F6F6F. Windows color (decimal): -16470208 or 4239108. OLE color: 4239108.

HSL color Cylindrical-coordinate representation of color #04AF40: hue angle of 141.05º 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 #04AF40 is Cyan = 0.98, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 4 175 64 -
CMYK 0.98 0 0.63 0.31
HSL 141.05º 0.96% 0.35% -
HSV(B) 141.05º 0.98% 0.69% -
XYZ 16.31 31.06 9.99 -
YUV 111.22 101.35 51.53 -
System Red Green Blue C M Y K H S L
Decimal 4 175 64 0.98 0 0.63 0.31 141.05 0.96 0.35
Hex 4 AF 40 62 0 3F 1F 8D 60 23
Octal 4 257 100 142 0 77 37 215 140 43
Binary 100 10101111 1000000 1100010 0 111111 11111 10001101 1100000 100011

Color Harmonies of #04AF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AF40

Black with #04AF40

Text Example


Text Example

White with #04AF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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