Html Css Color HEX #14FFAA Medium Spring Green
📋 copy color: '#14FFAA'red 20 ◦ green 255 ◦ blue 170
Shades of Medium Spring Green #14FFAA
Tints of Medium Spring Green #14FFAA
RGB
CMYK
RGB Variations
Color information
#14FFAA (or 0x14FFAA) is known color: Medium Spring Green. HEX triplet: 14, FF and AA. RGB value is (20,255,170). Sum of RGB (Red+Green+Blue) = 20+255+170=445 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.49% from 445); Green value is 255 (100% from 255 or 57.30% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 255 - color contains mainly: green. Hex color #14FFAA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14FFAA is #EB0055. Grayscale: #AFAFAF. Windows color (decimal): -15401046 or 11206420. OLE color: 11206420.
HSL color Cylindrical-coordinate representation of color #14FFAA: hue angle of 158.3º 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 #14FFAA is Cyan = 0.92, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 255 | 170 | - |
| CMYK | 0.92 | 0 | 0.33 | 0 |
| HSL | 158.3º | 1% | 0.54% | - |
| HSV(B) | 158.3º | 0.92% | 1% | - |
| XYZ | 43.3 | 74.57 | 50.14 | - |
| YUV | 175.05 | 125.14 | 17.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 255 | 170 | 0.92 | 0 | 0.33 | 0 | 158.3 | 1 | 0.54 |
| Hex | 14 | FF | AA | 5C | 0 | 21 | 0 | 9E | 64 | 36 |
| Octal | 24 | 377 | 252 | 134 | 0 | 41 | 0 | 236 | 144 | 66 |
| Binary | 10100 | 11111111 | 10101010 | 1011100 | 0 | 100001 | 0 | 10011110 | 1100100 | 110110 |
Color Harmonies of #14FFAA
Complementary color
Monochromatic Colors of #14FFAA
Black with #14FFAA
Text Example
Text Example
White with #14FFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FFAA; }
p { color: rgb(20,255,170); }
H1.HeaderClassName
{
color: #14FFAA;
}
.AnyTagClassName
{
color: #14FFAA;
}
</style>
background-color css
<style>
a { background-color: #14FFAA; }
a { background-color: rgb(20,255,170); }
div.DivClassName
{
background-color: #14FFAA;
}
.BgClassName
{
background-color: #14FFAA;
}
</style>
border-color css
<style>
span { border-color: #14FFAA; }
span { border-color: rgb(20,255,170); }
td.TdClassName
{
border-color: #14FFAA;
}
.TagClassName
{
border-color: #14FFAA;
}
</style>