Shades of Spring Green #1AFB8D
Tints of Spring Green #1AFB8D
RGB
CMYK
RGB Variations
Color information
#1AFB8D (or 0x1AFB8D) is known color: Spring Green. HEX triplet: 1A, FB and 8D. RGB value is (26,251,141). Sum of RGB (Red+Green+Blue) = 26+251+141=418 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.22% from 418); Green value is 251 (98.44% from 255 or 60.05% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 251 - color contains mainly: green. Hex color #1AFB8D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AFB8D is #E50472. Grayscale: #ABABAB. Windows color (decimal): -15008883 or 9304858. OLE color: 9304858.
HSL color Cylindrical-coordinate representation of color #1AFB8D: hue angle of 150.67º 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 #1AFB8D is Cyan = 0.90, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 251 | 141 | - |
| CMYK | 0.90 | 0 | 0.44 | 0.02 |
| HSL | 150.67º | 0.97% | 0.54% | - |
| HSV(B) | 150.67º | 0.9% | 0.98% | - |
| XYZ | 39.73 | 71.14 | 36.84 | - |
| YUV | 171.19 | 110.96 | 24.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 251 | 141 | 0.90 | 0 | 0.44 | 0.02 | 150.67 | 0.97 | 0.54 |
| Hex | 1A | FB | 8D | 5A | 0 | 2C | 2 | 97 | 61 | 36 |
| Octal | 32 | 373 | 215 | 132 | 0 | 54 | 2 | 227 | 141 | 66 |
| Binary | 11010 | 11111011 | 10001101 | 1011010 | 0 | 101100 | 10 | 10010111 | 1100001 | 110110 |
Color Harmonies of #1AFB8D
Complementary color
Monochromatic Colors of #1AFB8D
Black with #1AFB8D
Text Example
Text Example
White with #1AFB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFB8D; }
p { color: rgb(26,251,141); }
H1.HeaderClassName
{
color: #1AFB8D;
}
.AnyTagClassName
{
color: #1AFB8D;
}
</style>
background-color css
<style>
a { background-color: #1AFB8D; }
a { background-color: rgb(26,251,141); }
div.DivClassName
{
background-color: #1AFB8D;
}
.BgClassName
{
background-color: #1AFB8D;
}
</style>
border-color css
<style>
span { border-color: #1AFB8D; }
span { border-color: rgb(26,251,141); }
td.TdClassName
{
border-color: #1AFB8D;
}
.TagClassName
{
border-color: #1AFB8D;
}
</style>