#04A451

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

Shades of Pigment Green #04A451

Tints of Pigment Green #04A451

Color information

#04A451 (or 0x04A451) is unknown color: approx Pigment Green. HEX triplet: 04, A4 and 51. RGB value is (4,164,81). Sum of RGB (Red+Green+Blue) = 4+164+81=249 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 249); Green value is 164 (64.45% from 255 or 65.86% from 249); Blue value is 81 (32.03% from 255 or 32.53% from 249); Max value from RGB is 164 - color contains mainly: green. Hex color #04A451 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04A451 is #FB5BAE. Grayscale: #6A6A6A. Windows color (decimal): -16473007 or 5350404. OLE color: 5350404.

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

Color convert

RGB416481-
CMYK0.9800.510.36
HSL148.88º95.24%32.94%-
HSV(B)148.88º97.56%64.31%-
XYZ14.8127.1712.25-
YUV106.7113.4954.75-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.61%
GREEN value IS 164 (64.45% from 255) = 65.86%
BLUE value IS 81 (32.03% from 255) = 32.53%
R=1.61%
G=65.86%
B=32.53%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal4164810.9800.510.36148.8895.2432.94
Hex4A4516203324955f21
Octal42441211420634422513741
Binary10010100100101000111000100110011100100100101011011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04A451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,164,81); }

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

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

 a { background-color: rgb(4,164,81); }

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

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

 span { border-color: rgb(4,164,81); }

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