#14B954

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

Shades of Pigment Green #14B954

Tints of Pigment Green #14B954

Color information

#14B954 (or 0x14B954) is unknown color: approx Pigment Green. HEX triplet: 14, B9 and 54. RGB value is (20,185,84). Sum of RGB (Red+Green+Blue) = 20+185+84=289 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.92% from 289); Green value is 185 (72.66% from 255 or 64.01% from 289); Blue value is 84 (33.20% from 255 or 29.07% from 289); Max value from RGB is 185 - color contains mainly: green. Hex color #14B954 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B954 is #EB46AB. Grayscale: #7C7C7C. Windows color (decimal): -15419052 or 5552404. OLE color: 5552404.

HSL color Cylindrical-coordinate representation of color #14B954: hue angle of 143.27º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B954 is Cyan = 0.89, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB2018584-
CMYK0.8900.550.27
HSL143.27º80.49%40.2%-
HSV(B)143.27º89.19%72.55%-
XYZ19.2435.4914.22-
YUV124.15105.3453.71-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.92%
GREEN value IS 185 (72.66% from 255) = 64.01%
BLUE value IS 84 (33.20% from 255) = 29.07%
R=6.92%
G=64.01%
B=29.07%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal20185840.8900.550.27143.2780.4940.2
Hex14B954590371B8f5028
Octal242711241310673321712050
Binary101001011100110101001011001011011111011100011111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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