#14BD84

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

Shades of Mountain Meadow #14BD84

Tints of Mountain Meadow #14BD84

Color information

#14BD84 (or 0x14BD84) is unknown color: approx Mountain Meadow. HEX triplet: 14, BD and 84. RGB value is (20,189,132). Sum of RGB (Red+Green+Blue) = 20+189+132=341 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.87% from 341); Green value is 189 (74.22% from 255 or 55.43% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 189 - color contains mainly: green. Hex color #14BD84 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BD84 is #EB427B. Grayscale: #848484. Windows color (decimal): -15417980 or 8699156. OLE color: 8699156.

HSL color Cylindrical-coordinate representation of color #14BD84: hue angle of 159.76º 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 #14BD84 is Cyan = 0.89, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB20189132-
CMYK0.8900.300.26
HSL159.76º80.86%40.98%-
HSV(B)159.76º89.42%74.12%-
XYZ22.6538.2128.01-
YUV131.97128.0148.13-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.87%
GREEN value IS 189 (74.22% from 255) = 55.43%
BLUE value IS 132 (51.95% from 255) = 38.71%
R=5.87%
G=55.43%
B=38.71%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal201891320.8900.300.26159.7680.8640.98
Hex14BD845901E1Aa05129
Octal242752041310363224012151
Binary101001011110110000100101100101111011010101000001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14BD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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