Html Css Color HEX #14AB81 Mountain Meadow

📋 copy color: '#14AB81'

red 20 ◦ green 171 ◦ blue 129

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

Shades of Mountain Meadow #14AB81

Tints of Mountain Meadow #14AB81

RGB

 RED value IS 20 (8.2% from 255) = 6.25%

 GREEN value IS 171 (67.19% from 255) = 53.44%

 BLUE value IS 129 (50.78% from 255) = 40.31%

R = 6.25%
G = 53.44%
B = 40.31%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#14AB81 (or 0x14AB81) is known color: Mountain Meadow. HEX triplet: 14, AB and 81. RGB value is (20,171,129). Sum of RGB (Red+Green+Blue) = 20+171+129=320 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.25% from 320); Green value is 171 (67.19% from 255 or 53.44% from 320); Blue value is 129 (50.78% from 255 or 40.31% from 320); Max value from RGB is 171 - color contains mainly: green. Hex color #14AB81 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14AB81 is #EB547E. Grayscale: #797979. Windows color (decimal): -15422591 or 8497940. OLE color: 8497940.

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

Color convert

RGB 20 171 129 -
CMYK 0.88 0 0.25 0.33
HSL 163.31º 0.79% 0.37% -
HSV(B) 163.31º 0.88% 0.67% -
XYZ 18.81 30.86 25.73 -
YUV 121.06 132.47 55.92 -
System Red Green Blue C M Y K H S L
Decimal 20 171 129 0.88 0 0.25 0.33 163.31 0.79 0.37
Hex 14 AB 81 58 0 19 21 A3 4F 25
Octal 24 253 201 130 0 31 41 243 117 45
Binary 10100 10101011 10000001 1011000 0 11001 100001 10100011 1001111 100101

Color Harmonies of #14AB81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AB81

Black with #14AB81

Text Example


Text Example

White with #14AB81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,171,129); }

 H1.HeaderClassName
 {
   color: #14AB81;
 }
 .AnyTagClassName
 {
   color: #14AB81;
 }
</style>

background-color css

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

 a { background-color: rgb(20,171,129); }

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

border-color css

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

 span { border-color: rgb(20,171,129); }

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