#14B65D

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

Shades of Pigment Green #14B65D

Tints of Pigment Green #14B65D

Color information

#14B65D (or 0x14B65D) is unknown color: approx Pigment Green. HEX triplet: 14, B6 and 5D. RGB value is (20,182,93). Sum of RGB (Red+Green+Blue) = 20+182+93=295 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.78% from 295); Green value is 182 (71.48% from 255 or 61.69% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 182 - color contains mainly: green. Hex color #14B65D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B65D is #EB49A2. Grayscale: #7B7B7B. Windows color (decimal): -15419811 or 6141460. OLE color: 6141460.

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

Color convert

RGB2018293-
CMYK0.8900.490.29
HSL147.04º80.2%39.61%-
HSV(B)147.04º89.01%71.37%-
XYZ18.9934.3915.99-
YUV123.42110.8354.24-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.78%
GREEN value IS 182 (71.48% from 255) = 61.69%
BLUE value IS 93 (36.72% from 255) = 31.53%
R=6.78%
G=61.69%
B=31.53%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal20182930.8900.490.29147.0480.239.61
Hex14B65D590311D935028
Octal242661351310613522312050
Binary101001011011010111011011001011000111101100100111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,182,93); }

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

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

 a { background-color: rgb(20,182,93); }

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

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

 span { border-color: rgb(20,182,93); }

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