#04A14E

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

Shades of Pigment Green #04A14E

Tints of Pigment Green #04A14E

Color information

#04A14E (or 0x04A14E) is unknown color: approx Pigment Green. HEX triplet: 04, A1 and 4E. RGB value is (4,161,78). Sum of RGB (Red+Green+Blue) = 4+161+78=243 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 243); Green value is 161 (63.28% from 255 or 66.26% from 243); Blue value is 78 (30.86% from 255 or 32.10% from 243); Max value from RGB is 161 - color contains mainly: green. Hex color #04A14E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04A14E is #FB5EB1. Grayscale: #686868. Windows color (decimal): -16473778 or 5153028. OLE color: 5153028.

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

Color convert

RGB416178-
CMYK0.9800.520.37
HSL148.28º95.15%32.35%-
HSV(B)148.28º97.52%63.14%-
XYZ14.1726.0711.49-
YUV104.59112.9956.25-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.65%
GREEN value IS 161 (63.28% from 255) = 66.26%
BLUE value IS 78 (30.86% from 255) = 32.10%
R=1.65%
G=66.26%
B=32.10%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal4161780.9800.520.37148.2895.1532.35
Hex4A14E6203425945f20
Octal42411161420644522413740
Binary10010100001100111011000100110100100101100101001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04A14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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