#04A245

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

Shades of Pigment Green #04A245

Tints of Pigment Green #04A245

Color information

#04A245 (or 0x04A245) is unknown color: approx Pigment Green. HEX triplet: 04, A2 and 45. RGB value is (4,162,69). Sum of RGB (Red+Green+Blue) = 4+162+69=235 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.70% from 235); Green value is 162 (63.67% from 255 or 68.94% from 235); Blue value is 69 (27.34% from 255 or 29.36% from 235); Max value from RGB is 162 - color contains mainly: green. Hex color #04A245 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04A245 is #FB5DBA. Grayscale: #686868. Windows color (decimal): -16473531 or 4563460. OLE color: 4563460.

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

Color convert

RGB416269-
CMYK0.9800.570.36
HSL144.68º95.18%32.55%-
HSV(B)144.68º97.53%63.53%-
XYZ14.0426.39.97-
YUV104.16108.1556.56-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.70%
GREEN value IS 162 (63.67% from 255) = 68.94%
BLUE value IS 69 (27.34% from 255) = 29.36%
R=1.70%
G=68.94%
B=29.36%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal4162690.9800.570.36144.6895.1832.55
Hex4A2456203924915f21
Octal42421051420714422113741
Binary10010100010100010111000100111001100100100100011011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04A245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,162,69); }

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

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

 a { background-color: rgb(4,162,69); }

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

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

 span { border-color: rgb(4,162,69); }

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