Html Css Color HEX #04A85B Pigment Green

📋 copy color: '#04A85B'

red 4 ◦ green 168 ◦ blue 91

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

Shades of Pigment Green #04A85B

Tints of Pigment Green #04A85B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 63.88%

 BLUE value IS 91 (35.94% from 255) = 34.6%

R = 1.52%
G = 63.88%
B = 34.6%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#04A85B (or 0x04A85B) is known color: Pigment Green. HEX triplet: 04, A8 and 5B. RGB value is (4,168,91). Sum of RGB (Red+Green+Blue) = 4+168+91=263 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 263); Green value is 168 (66.02% from 255 or 63.88% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 168 - color contains mainly: green. Hex color #04A85B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04A85B is #FB57A4. Grayscale: #6E6E6E. Windows color (decimal): -16471973 or 6006788. OLE color: 6006788.

HSL color Cylindrical-coordinate representation of color #04A85B: hue angle of 151.83º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A85B is Cyan = 0.98, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB 4 168 91 -
CMYK 0.98 0 0.46 0.34
HSL 151.83º 0.95% 0.34% -
HSV(B) 151.83º 0.98% 0.66% -
XYZ 15.94 28.79 14.61 -
YUV 110.19 117.17 52.26 -
System Red Green Blue C M Y K H S L
Decimal 4 168 91 0.98 0 0.46 0.34 151.83 0.95 0.34
Hex 4 A8 5B 62 0 2E 22 98 5F 22
Octal 4 250 133 142 0 56 42 230 137 42
Binary 100 10101000 1011011 1100010 0 101110 100010 10011000 1011111 100010

Color Harmonies of #04A85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A85B

Black with #04A85B

Text Example


Text Example

White with #04A85B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,168,91); }

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

background-color css

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

 a { background-color: rgb(4,168,91); }

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

border-color css

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

 span { border-color: rgb(4,168,91); }

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