Html Css Color HEX #04AF46 Pigment Green

📋 copy color: '#04AF46'

red 4 ◦ green 175 ◦ blue 70

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

Shades of Pigment Green #04AF46

Tints of Pigment Green #04AF46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 28.11%

R = 1.61%
G = 70.28%
B = 28.11%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#04AF46 (or 0x04AF46) is known color: Pigment Green. HEX triplet: 04, AF and 46. RGB value is (4,175,70). Sum of RGB (Red+Green+Blue) = 4+175+70=249 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 249); Green value is 175 (68.75% from 255 or 70.28% from 249); Blue value is 70 (27.73% from 255 or 28.11% from 249); Max value from RGB is 175 - color contains mainly: green. Hex color #04AF46 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04AF46 is #FB50B9. Grayscale: #707070. Windows color (decimal): -16470202 or 4632324. OLE color: 4632324.

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

Color convert

RGB 4 175 70 -
CMYK 0.98 0 0.60 0.31
HSL 143.16º 0.96% 0.35% -
HSV(B) 143.16º 0.98% 0.69% -
XYZ 16.49 31.13 10.93 -
YUV 111.9 104.35 51.04 -
System Red Green Blue C M Y K H S L
Decimal 4 175 70 0.98 0 0.60 0.31 143.16 0.96 0.35
Hex 4 AF 46 62 0 3C 1F 8F 60 23
Octal 4 257 106 142 0 74 37 217 140 43
Binary 100 10101111 1000110 1100010 0 111100 11111 10001111 1100000 100011

Color Harmonies of #04AF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AF46

Black with #04AF46

Text Example


Text Example

White with #04AF46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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