#14B75A

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

Shades of Pigment Green #14B75A

Tints of Pigment Green #14B75A

Color information

#14B75A (or 0x14B75A) is unknown color: approx Pigment Green. HEX triplet: 14, B7 and 5A. RGB value is (20,183,90). Sum of RGB (Red+Green+Blue) = 20+183+90=293 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.83% from 293); Green value is 183 (71.88% from 255 or 62.46% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 183 - color contains mainly: green. Hex color #14B75A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B75A is #EB48A5. Grayscale: #7B7B7B. Windows color (decimal): -15419558 or 5945108. OLE color: 5945108.

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

Color convert

RGB2018390-
CMYK0.8900.510.28
HSL145.77º80.3%39.8%-
HSV(B)145.77º89.07%71.76%-
XYZ19.0734.7515.38-
YUV123.6610954.06-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.83%
GREEN value IS 183 (71.88% from 255) = 62.46%
BLUE value IS 90 (35.55% from 255) = 30.72%
R=6.83%
G=62.46%
B=30.72%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal20183900.8900.510.28145.7780.339.8
Hex14B75A590331C925028
Octal242671321310633422212050
Binary101001011011110110101011001011001111100100100101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B75A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,183,90); }

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

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

 a { background-color: rgb(20,183,90); }

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

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

 span { border-color: rgb(20,183,90); }

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