Html Css Color HEX #14FFAB Medium Spring Green

📋 copy color: '#14FFAB'

red 20 ◦ green 255 ◦ blue 171

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

Shades of Medium Spring Green #14FFAB

Tints of Medium Spring Green #14FFAB

RGB

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

 GREEN value IS 255 (100% from 255) = 57.17%

 BLUE value IS 171 (67.19% from 255) = 38.34%

R = 4.48%
G = 57.17%
B = 38.34%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#14FFAB (or 0x14FFAB) is known color: Medium Spring Green. HEX triplet: 14, FF and AB. RGB value is (20,255,171). Sum of RGB (Red+Green+Blue) = 20+255+171=446 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.48% from 446); Green value is 255 (100% from 255 or 57.17% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 255 - color contains mainly: green. Hex color #14FFAB is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14FFAB is #EB0054. Grayscale: #AFAFAF. Windows color (decimal): -15401045 or 11271956. OLE color: 11271956.

HSL color Cylindrical-coordinate representation of color #14FFAB: hue angle of 158.55º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FFAB is Cyan = 0.92, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 20 255 171 -
CMYK 0.92 0 0.33 0
HSL 158.55º 1% 0.54% -
HSV(B) 158.55º 0.92% 1% -
XYZ 43.4 74.61 50.64 -
YUV 175.16 125.64 17.33 -
System Red Green Blue C M Y K H S L
Decimal 20 255 171 0.92 0 0.33 0 158.55 1 0.54
Hex 14 FF AB 5C 0 21 0 9F 64 36
Octal 24 377 253 134 0 41 0 237 144 66
Binary 10100 11111111 10101011 1011100 0 100001 0 10011111 1100100 110110

Color Harmonies of #14FFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FFAB

Black with #14FFAB

Text Example


Text Example

White with #14FFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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