#14AC90

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

Shades of Mountain Meadow #14AC90

Tints of Mountain Meadow #14AC90

Color information

#14AC90 (or 0x14AC90) is unknown color: approx Mountain Meadow. HEX triplet: 14, AC and 90. RGB value is (20,172,144). Sum of RGB (Red+Green+Blue) = 20+172+144=336 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.95% from 336); Green value is 172 (67.58% from 255 or 51.19% from 336); Blue value is 144 (56.64% from 255 or 42.86% from 336); Max value from RGB is 172 - color contains mainly: green. Hex color #14AC90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14AC90 is #EB536F. Grayscale: #7B7B7B. Windows color (decimal): -15422320 or 9481236. OLE color: 9481236.

HSL color Cylindrical-coordinate representation of color #14AC90: hue angle of 168.95º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14AC90 is Cyan = 0.88, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB20172144-
CMYK0.8800.160.33
HSL168.95º79.17%37.65%-
HSV(B)168.95º88.37%67.45%-
XYZ20.0831.6731.44-
YUV123.36139.6454.28-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.95%
GREEN value IS 172 (67.58% from 255) = 51.19%
BLUE value IS 144 (56.64% from 255) = 42.86%
R=5.95%
G=51.19%
B=42.86%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal201721440.8800.160.33168.9579.1737.65
Hex14AC905801021a94f26
Octal242542201300204125111746
Binary1010010101100100100001011000010000100001101010011001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14AC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,172,144); }

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

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

 a { background-color: rgb(20,172,144); }

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

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

 span { border-color: rgb(20,172,144); }

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