Html Css Color HEX #04AF49 Pigment Green

📋 copy color: '#04AF49'

red 4 ◦ green 175 ◦ blue 73

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

Shades of Pigment Green #04AF49

Tints of Pigment Green #04AF49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 28.97%

R = 1.59%
G = 69.44%
B = 28.97%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#04AF49 (or 0x04AF49) is known color: Pigment Green. HEX triplet: 04, AF and 49. RGB value is (4,175,73). Sum of RGB (Red+Green+Blue) = 4+175+73=252 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 252); Green value is 175 (68.75% from 255 or 69.44% from 252); Blue value is 73 (28.91% from 255 or 28.97% from 252); Max value from RGB is 175 - color contains mainly: green. Hex color #04AF49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04AF49 is #FB50B6. Grayscale: #707070. Windows color (decimal): -16470199 or 4828932. OLE color: 4828932.

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

Color convert

RGB 4 175 73 -
CMYK 0.98 0 0.58 0.31
HSL 144.21º 0.96% 0.35% -
HSV(B) 144.21º 0.98% 0.69% -
XYZ 16.58 31.17 11.45 -
YUV 112.24 105.85 50.79 -
System Red Green Blue C M Y K H S L
Decimal 4 175 73 0.98 0 0.58 0.31 144.21 0.96 0.35
Hex 4 AF 49 62 0 3A 1F 90 60 23
Octal 4 257 111 142 0 72 37 220 140 43
Binary 100 10101111 1001001 1100010 0 111010 11111 10010000 1100000 100011

Color Harmonies of #04AF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AF49

Black with #04AF49

Text Example


Text Example

White with #04AF49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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