Html Css Color HEX #04AF50 Pigment Green

📋 copy color: '#04AF50'

red 4 ◦ green 175 ◦ blue 80

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

Shades of Pigment Green #04AF50

Tints of Pigment Green #04AF50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 30.89%

R = 1.54%
G = 67.57%
B = 30.89%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#04AF50 (or 0x04AF50) is known color: Pigment Green. HEX triplet: 04, AF and 50. RGB value is (4,175,80). Sum of RGB (Red+Green+Blue) = 4+175+80=259 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 259); Green value is 175 (68.75% from 255 or 67.57% from 259); Blue value is 80 (31.64% from 255 or 30.89% from 259); Max value from RGB is 175 - color contains mainly: green. Hex color #04AF50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04AF50 is #FB50AF. Grayscale: #717171. Windows color (decimal): -16470192 or 5287684. OLE color: 5287684.

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

Color convert

RGB 4 175 80 -
CMYK 0.98 0 0.54 0.31
HSL 146.67º 0.96% 0.35% -
HSV(B) 146.67º 0.98% 0.69% -
XYZ 16.83 31.26 12.74 -
YUV 113.04 109.35 50.22 -
System Red Green Blue C M Y K H S L
Decimal 4 175 80 0.98 0 0.54 0.31 146.67 0.96 0.35
Hex 4 AF 50 62 0 36 1F 93 60 23
Octal 4 257 120 142 0 66 37 223 140 43
Binary 100 10101111 1010000 1100010 0 110110 11111 10010011 1100000 100011

Color Harmonies of #04AF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AF50

Black with #04AF50

Text Example


Text Example

White with #04AF50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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