#14A254

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

Shades of Pigment Green #14A254

Tints of Pigment Green #14A254

Color information

#14A254 (or 0x14A254) is unknown color: approx Pigment Green. HEX triplet: 14, A2 and 54. RGB value is (20,162,84). Sum of RGB (Red+Green+Blue) = 20+162+84=266 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.52% from 266); Green value is 162 (63.67% from 255 or 60.90% from 266); Blue value is 84 (33.20% from 255 or 31.58% from 266); Max value from RGB is 162 - color contains mainly: green. Hex color #14A254 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A254 is #EB5DAB. Grayscale: #6E6E6E. Windows color (decimal): -15424940 or 5546516. OLE color: 5546516.

HSL color Cylindrical-coordinate representation of color #14A254: hue angle of 147.04º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A254 is Cyan = 0.88, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB2016284-
CMYK0.8800.480.36
HSL147.04º78.02%35.69%-
HSV(B)147.04º87.65%63.53%-
XYZ14.8126.6312.75-
YUV110.65112.9663.34-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.52%
GREEN value IS 162 (63.67% from 255) = 60.90%
BLUE value IS 84 (33.20% from 255) = 31.58%
R=7.52%
G=60.90%
B=31.58%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal20162840.8800.480.36147.0478.0235.69
Hex14A2545803024934e24
Octal242421241300604422311644
Binary1010010100010101010010110000110000100100100100111001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14A254; }

 p { color: rgb(20,162,84); }

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

<style>
 a { background-color: #14A254; }

 a { background-color: rgb(20,162,84); }

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

<style>
 span { border-color: #14A254; }

 span { border-color: rgb(20,162,84); }

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