#04A542

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

Shades of Pigment Green #04A542

Tints of Pigment Green #04A542

Color information

#04A542 (or 0x04A542) is unknown color: approx Pigment Green. HEX triplet: 04, A5 and 42. RGB value is (4,165,66). Sum of RGB (Red+Green+Blue) = 4+165+66=235 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.70% from 235); Green value is 165 (64.84% from 255 or 70.21% from 235); Blue value is 66 (26.17% from 255 or 28.09% from 235); Max value from RGB is 165 - color contains mainly: green. Hex color #04A542 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04A542 is #FB5ABD. Grayscale: #696969. Windows color (decimal): -16472766 or 4367620. OLE color: 4367620.

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

Color convert

RGB416566-
CMYK0.9800.600.35
HSL143.11º95.27%33.14%-
HSV(B)143.11º97.58%64.71%-
XYZ14.4927.339.67-
YUV105.57105.6655.55-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.70%
GREEN value IS 165 (64.84% from 255) = 70.21%
BLUE value IS 66 (26.17% from 255) = 28.09%
R=1.70%
G=70.21%
B=28.09%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal4165660.9800.600.35143.1195.2733.14
Hex4A5426203C238f5f21
Octal42451021420744321713741
Binary10010100101100001011000100111100100011100011111011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04A542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,165,66); }

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

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

 a { background-color: rgb(4,165,66); }

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

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

 span { border-color: rgb(4,165,66); }

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