#04A14F

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

Shades of Pigment Green #04A14F

Tints of Pigment Green #04A14F

Color information

#04A14F (or 0x04A14F) is unknown color: approx Pigment Green. HEX triplet: 04, A1 and 4F. RGB value is (4,161,79). Sum of RGB (Red+Green+Blue) = 4+161+79=244 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.64% from 244); Green value is 161 (63.28% from 255 or 65.98% from 244); Blue value is 79 (31.25% from 255 or 32.38% from 244); Max value from RGB is 161 - color contains mainly: green. Hex color #04A14F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04A14F is #FB5EB0. Grayscale: #686868. Windows color (decimal): -16473777 or 5218564. OLE color: 5218564.

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

Color convert

RGB416179-
CMYK0.9800.510.37
HSL148.66º95.15%32.35%-
HSV(B)148.66º97.52%63.14%-
XYZ14.2126.0811.68-
YUV104.71113.4956.17-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.64%
GREEN value IS 161 (63.28% from 255) = 65.98%
BLUE value IS 79 (31.25% from 255) = 32.38%
R=1.64%
G=65.98%
B=32.38%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal4161790.9800.510.37148.6695.1532.35
Hex4A14F6203325955f20
Octal42411171420634522513740
Binary10010100001100111111000100110011100101100101011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04A14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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