Shades of Spring Green #1AFF8B
Tints of Spring Green #1AFF8B
RGB
CMYK
RGB Variations
Color information
#1AFF8B (or 0x1AFF8B) is known color: Spring Green. HEX triplet: 1A, FF and 8B. RGB value is (26,255,139). Sum of RGB (Red+Green+Blue) = 26+255+139=420 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.19% from 420); Green value is 255 (100% from 255 or 60.71% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 255 - color contains mainly: green. Hex color #1AFF8B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AFF8B is #E50074. Grayscale: #ADADAD. Windows color (decimal): -15007861 or 9174810. OLE color: 9174810.
HSL color Cylindrical-coordinate representation of color #1AFF8B: hue angle of 149.61º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFF8B is Cyan = 0.90, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 255 | 139 | - |
| CMYK | 0.90 | 0 | 0.45 | 0 |
| HSL | 149.61º | 1% | 0.55% | - |
| HSV(B) | 149.61º | 0.9% | 1% | - |
| XYZ | 40.85 | 73.6 | 36.48 | - |
| YUV | 173.31 | 108.63 | 22.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 255 | 139 | 0.90 | 0 | 0.45 | 0 | 149.61 | 1 | 0.55 |
| Hex | 1A | FF | 8B | 5A | 0 | 2D | 0 | 96 | 64 | 37 |
| Octal | 32 | 377 | 213 | 132 | 0 | 55 | 0 | 226 | 144 | 67 |
| Binary | 11010 | 11111111 | 10001011 | 1011010 | 0 | 101101 | 0 | 10010110 | 1100100 | 110111 |
Color Harmonies of #1AFF8B
Complementary color
Monochromatic Colors of #1AFF8B
Black with #1AFF8B
Text Example
Text Example
White with #1AFF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFF8B; }
p { color: rgb(26,255,139); }
H1.HeaderClassName
{
color: #1AFF8B;
}
.AnyTagClassName
{
color: #1AFF8B;
}
</style>
background-color css
<style>
a { background-color: #1AFF8B; }
a { background-color: rgb(26,255,139); }
div.DivClassName
{
background-color: #1AFF8B;
}
.BgClassName
{
background-color: #1AFF8B;
}
</style>
border-color css
<style>
span { border-color: #1AFF8B; }
span { border-color: rgb(26,255,139); }
td.TdClassName
{
border-color: #1AFF8B;
}
.TagClassName
{
border-color: #1AFF8B;
}
</style>