#14BD99

Color #14BD99 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #14BD99

Tints of Mountain Meadow #14BD99

Color information

#14BD99 (or 0x14BD99) is unknown color: approx Mountain Meadow. HEX triplet: 14, BD and 99. RGB value is (20,189,153). Sum of RGB (Red+Green+Blue) = 20+189+153=362 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.52% from 362); Green value is 189 (74.22% from 255 or 52.21% from 362); Blue value is 153 (60.16% from 255 or 42.27% from 362); Max value from RGB is 189 - color contains mainly: green. Hex color #14BD99 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BD99 is #EB4266. Grayscale: #868686. Windows color (decimal): -15417959 or 10075412. OLE color: 10075412.

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

Color convert

RGB20189153-
CMYK0.8900.190.26
HSL167.22º80.86%40.98%-
HSV(B)167.22º89.42%74.12%-
XYZ24.2438.8436.36-
YUV134.36138.5146.43-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.52%
GREEN value IS 189 (74.22% from 255) = 52.21%
BLUE value IS 153 (60.16% from 255) = 42.27%
R=5.52%
G=52.21%
B=42.27%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal201891530.8900.190.26167.2280.8640.98
Hex14BD99590131Aa75129
Octal242752311310233224712151
Binary101001011110110011001101100101001111010101001111010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14BD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,189,153); }

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

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

 a { background-color: rgb(20,189,153); }

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

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

 span { border-color: rgb(20,189,153); }

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