Html Css Color HEX #04AD48 Pigment Green

📋 copy color: '#04AD48'

red 4 ◦ green 173 ◦ blue 72

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

Shades of Pigment Green #04AD48

Tints of Pigment Green #04AD48

RGB

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

 GREEN value IS 173 (67.97% from 255) = 69.48%

 BLUE value IS 72 (28.52% from 255) = 28.92%

R = 1.61%
G = 69.48%
B = 28.92%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#04AD48 (or 0x04AD48) is known color: Pigment Green. HEX triplet: 04, AD and 48. RGB value is (4,173,72). Sum of RGB (Red+Green+Blue) = 4+173+72=249 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 249); Green value is 173 (67.97% from 255 or 69.48% from 249); Blue value is 72 (28.52% from 255 or 28.92% from 249); Max value from RGB is 173 - color contains mainly: green. Hex color #04AD48 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04AD48 is #FB52B7. Grayscale: #6F6F6F. Windows color (decimal): -16470712 or 4762884. OLE color: 4762884.

HSL color Cylindrical-coordinate representation of color #04AD48: hue angle of 144.14º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AD48 is Cyan = 0.98, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB 4 173 72 -
CMYK 0.98 0 0.58 0.32
HSL 144.14º 0.95% 0.35% -
HSV(B) 144.14º 0.98% 0.68% -
XYZ 16.16 30.38 11.14 -
YUV 110.96 106.01 51.71 -
System Red Green Blue C M Y K H S L
Decimal 4 173 72 0.98 0 0.58 0.32 144.14 0.95 0.35
Hex 4 AD 48 62 0 3A 20 90 5F 23
Octal 4 255 110 142 0 72 40 220 137 43
Binary 100 10101101 1001000 1100010 0 111010 100000 10010000 1011111 100011

Color Harmonies of #04AD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AD48

Black with #04AD48

Text Example


Text Example

White with #04AD48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,173,72); }

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

background-color css

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

 a { background-color: rgb(4,173,72); }

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

border-color css

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

 span { border-color: rgb(4,173,72); }

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