#04A244

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

Shades of Pigment Green #04A244

Tints of Pigment Green #04A244

Color information

#04A244 (or 0x04A244) is unknown color: approx Pigment Green. HEX triplet: 04, A2 and 44. RGB value is (4,162,68). Sum of RGB (Red+Green+Blue) = 4+162+68=234 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.71% from 234); Green value is 162 (63.67% from 255 or 69.23% from 234); Blue value is 68 (26.95% from 255 or 29.06% from 234); Max value from RGB is 162 - color contains mainly: green. Hex color #04A244 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04A244 is #FB5DBB. Grayscale: #686868. Windows color (decimal): -16473532 or 4497924. OLE color: 4497924.

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

Color convert

RGB416268-
CMYK0.9800.580.36
HSL144.3º95.18%32.55%-
HSV(B)144.3º97.53%63.53%-
XYZ14.0126.289.8-
YUV104.04107.6556.64-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.71%
GREEN value IS 162 (63.67% from 255) = 69.23%
BLUE value IS 68 (26.95% from 255) = 29.06%
R=1.71%
G=69.23%
B=29.06%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal4162680.9800.580.36144.395.1832.55
Hex4A2446203A24905f21
Octal42421041420724422013741
Binary10010100010100010011000100111010100100100100001011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04A244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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