#14BB4F

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

Shades of Dark Pastel Green #14BB4F

Tints of Dark Pastel Green #14BB4F

Color information

#14BB4F (or 0x14BB4F) is unknown color: approx Dark Pastel Green. HEX triplet: 14, BB and 4F. RGB value is (20,187,79). Sum of RGB (Red+Green+Blue) = 20+187+79=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 187 (73.44% from 255 or 65.38% from 286); Blue value is 79 (31.25% from 255 or 27.62% from 286); Max value from RGB is 187 - color contains mainly: green. Hex color #14BB4F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BB4F is #EB44B0. Grayscale: #7D7D7D. Windows color (decimal): -15418545 or 5225236. OLE color: 5225236.

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

Color convert

RGB2018779-
CMYK0.8900.580.27
HSL141.2º80.68%40.59%-
HSV(B)141.2º89.3%73.33%-
XYZ19.4736.2513.37-
YUV124.76102.1753.28-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.99%
GREEN value IS 187 (73.44% from 255) = 65.38%
BLUE value IS 79 (31.25% from 255) = 27.62%
R=6.99%
G=65.38%
B=27.62%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal20187790.8900.580.27141.280.6840.59
Hex14BB4F5903A1B8d5129
Octal242731171310723321512151
Binary101001011101110011111011001011101011011100011011010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14BB4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,187,79); }

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

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

 a { background-color: rgb(20,187,79); }

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

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

 span { border-color: rgb(20,187,79); }

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