Html Css Color HEX #14AC90 Mountain Meadow

📋 copy color: '#14AC90'

red 20 ◦ green 172 ◦ blue 144

#14AC90
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Meadow #14AC90

Tints of Mountain Meadow #14AC90

RGB

 RED value IS 20 (8.2% 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 value IS 0.88

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#14AC90 (or 0x14AC90) is known color: 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

RGB 20 172 144 -
CMYK 0.88 0 0.16 0.33
HSL 168.95º 0.79% 0.38% -
HSV(B) 168.95º 0.88% 0.67% -
XYZ 20.08 31.67 31.44 -
YUV 123.36 139.64 54.28 -
System Red Green Blue C M Y K H S L
Decimal 20 172 144 0.88 0 0.16 0.33 168.95 0.79 0.38
Hex 14 AC 90 58 0 10 21 A9 4F 26
Octal 24 254 220 130 0 20 41 251 117 46
Binary 10100 10101100 10010000 1011000 0 10000 100001 10101001 1001111 100110

Color Harmonies of #14AC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AC90

Black with #14AC90

Text Example


Text Example

White with #14AC90

Text Example


Text Example

HTML Codes & Css Web 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>