Html Css Color HEX #04AD5A Pigment Green

📋 copy color: '#04AD5A'

red 4 ◦ green 173 ◦ blue 90

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

Shades of Pigment Green #04AD5A

Tints of Pigment Green #04AD5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 33.71%

R = 1.5%
G = 64.79%
B = 33.71%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#04AD5A (or 0x04AD5A) is known color: Pigment Green. HEX triplet: 04, AD and 5A. RGB value is (4,173,90). Sum of RGB (Red+Green+Blue) = 4+173+90=267 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 267); Green value is 173 (67.97% from 255 or 64.79% from 267); Blue value is 90 (35.55% from 255 or 33.71% from 267); Max value from RGB is 173 - color contains mainly: green. Hex color #04AD5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04AD5A is #FB52A5. Grayscale: #717171. Windows color (decimal): -16470694 or 5942532. OLE color: 5942532.

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

Color convert

RGB 4 173 90 -
CMYK 0.98 0 0.48 0.32
HSL 150.53º 0.95% 0.35% -
HSV(B) 150.53º 0.98% 0.68% -
XYZ 16.84 30.65 14.7 -
YUV 113.01 115.01 50.25 -
System Red Green Blue C M Y K H S L
Decimal 4 173 90 0.98 0 0.48 0.32 150.53 0.95 0.35
Hex 4 AD 5A 62 0 30 20 97 5F 23
Octal 4 255 132 142 0 60 40 227 137 43
Binary 100 10101101 1011010 1100010 0 110000 100000 10010111 1011111 100011

Color Harmonies of #04AD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AD5A

Black with #04AD5A

Text Example


Text Example

White with #04AD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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