Html Css Color HEX #1AFBAA Medium Spring Green
📋 copy color: '#1AFBAA'red 26 ◦ green 251 ◦ blue 170
Shades of Medium Spring Green #1AFBAA
Tints of Medium Spring Green #1AFBAA
RGB
CMYK
RGB Variations
Color information
#1AFBAA (or 0x1AFBAA) is known color: Medium Spring Green. HEX triplet: 1A, FB and AA. RGB value is (26,251,170). Sum of RGB (Red+Green+Blue) = 26+251+170=447 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.82% from 447); Green value is 251 (98.44% from 255 or 56.15% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 251 - color contains mainly: green. Hex color #1AFBAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AFBAA is #E50455. Grayscale: #AEAEAE. Windows color (decimal): -15008854 or 11205402. OLE color: 11205402.
HSL color Cylindrical-coordinate representation of color #1AFBAA: hue angle of 158.4º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFBAA is Cyan = 0.90, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 251 | 170 | - |
| CMYK | 0.90 | 0 | 0.32 | 0.02 |
| HSL | 158.4º | 0.97% | 0.54% | - |
| HSV(B) | 158.4º | 0.9% | 0.98% | - |
| XYZ | 42.18 | 72.12 | 49.73 | - |
| YUV | 174.49 | 125.46 | 22.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 251 | 170 | 0.90 | 0 | 0.32 | 0.02 | 158.4 | 0.97 | 0.54 |
| Hex | 1A | FB | AA | 5A | 0 | 20 | 2 | 9E | 61 | 36 |
| Octal | 32 | 373 | 252 | 132 | 0 | 40 | 2 | 236 | 141 | 66 |
| Binary | 11010 | 11111011 | 10101010 | 1011010 | 0 | 100000 | 10 | 10011110 | 1100001 | 110110 |
Color Harmonies of #1AFBAA
Complementary color
Monochromatic Colors of #1AFBAA
Black with #1AFBAA
Text Example
Text Example
White with #1AFBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFBAA; }
p { color: rgb(26,251,170); }
H1.HeaderClassName
{
color: #1AFBAA;
}
.AnyTagClassName
{
color: #1AFBAA;
}
</style>
background-color css
<style>
a { background-color: #1AFBAA; }
a { background-color: rgb(26,251,170); }
div.DivClassName
{
background-color: #1AFBAA;
}
.BgClassName
{
background-color: #1AFBAA;
}
</style>
border-color css
<style>
span { border-color: #1AFBAA; }
span { border-color: rgb(26,251,170); }
td.TdClassName
{
border-color: #1AFBAA;
}
.TagClassName
{
border-color: #1AFBAA;
}
</style>