#04A74F

Color #04A74F Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #04A74F

Tints of Pigment Green #04A74F

Color information

#04A74F (or 0x04A74F) is unknown color: approx Pigment Green. HEX triplet: 04, A7 and 4F. RGB value is (4,167,79). Sum of RGB (Red+Green+Blue) = 4+167+79=250 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.6% from 250); Green value is 167 (65.62% from 255 or 66.8% from 250); Blue value is 79 (31.25% from 255 or 31.6% from 250); Max value from RGB is 167 - color contains mainly: green. Hex color #04A74F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04A74F is #FB58B0. Grayscale: #6C6C6C. Windows color (decimal): -16472241 or 5220100. OLE color: 5220100.

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

Color convert

RGB416779-
CMYK0.9800.530.35
HSL147.61º95.32%33.53%-
HSV(B)147.61º97.6%65.49%-
XYZ15.2828.2312.04-
YUV108.23111.553.66-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.6%
GREEN value IS 167 (65.62% from 255) = 66.8%
BLUE value IS 79 (31.25% from 255) = 31.6%
R=1.6%
G=66.8%
B=31.6%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal4167790.9800.530.35147.6195.3233.53
Hex4A74F6203523945f22
Octal42471171420654322413742
Binary10010100111100111111000100110101100011100101001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04A74F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,167,79); }

 H1.HeaderClassName
 {
   color: #04A74F;
 }
 .AnyTagClassName
 {
   color: #04A74F;
 }
</style>
background-color css

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

 a { background-color: rgb(4,167,79); }

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

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

 span { border-color: rgb(4,167,79); }

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