Html Css Color HEX #04AD52 Pigment Green

📋 copy color: '#04AD52'

red 4 ◦ green 173 ◦ blue 82

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

Shades of Pigment Green #04AD52

Tints of Pigment Green #04AD52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 31.66%

R = 1.54%
G = 66.8%
B = 31.66%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#04AD52 (or 0x04AD52) is known color: Pigment Green. HEX triplet: 04, AD and 52. RGB value is (4,173,82). Sum of RGB (Red+Green+Blue) = 4+173+82=259 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 259); Green value is 173 (67.97% from 255 or 66.80% from 259); Blue value is 82 (32.42% from 255 or 31.66% from 259); Max value from RGB is 173 - color contains mainly: green. Hex color #04AD52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04AD52 is #FB52AD. Grayscale: #707070. Windows color (decimal): -16470702 or 5418244. OLE color: 5418244.

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

Color convert

RGB 4 173 82 -
CMYK 0.98 0 0.53 0.32
HSL 147.69º 0.95% 0.35% -
HSV(B) 147.69º 0.98% 0.68% -
XYZ 16.52 30.52 13 -
YUV 112.1 111.01 50.9 -
System Red Green Blue C M Y K H S L
Decimal 4 173 82 0.98 0 0.53 0.32 147.69 0.95 0.35
Hex 4 AD 52 62 0 35 20 94 5F 23
Octal 4 255 122 142 0 65 40 224 137 43
Binary 100 10101101 1010010 1100010 0 110101 100000 10010100 1011111 100011

Color Harmonies of #04AD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AD52

Black with #04AD52

Text Example


Text Example

White with #04AD52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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