Shades of Spring Green #1AFB8B
Tints of Spring Green #1AFB8B
RGB
CMYK
RGB Variations
Color information
#1AFB8B (or 0x1AFB8B) is known color: Spring Green. HEX triplet: 1A, FB and 8B. RGB value is (26,251,139). Sum of RGB (Red+Green+Blue) = 26+251+139=416 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.25% from 416); Green value is 251 (98.44% from 255 or 60.34% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 251 - color contains mainly: green. Hex color #1AFB8B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AFB8B is #E50474. Grayscale: #ABABAB. Windows color (decimal): -15008885 or 9173786. OLE color: 9173786.
HSL color Cylindrical-coordinate representation of color #1AFB8B: hue angle of 150.13º 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 #1AFB8B is Cyan = 0.90, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 251 | 139 | - |
| CMYK | 0.90 | 0 | 0.45 | 0.02 |
| HSL | 150.13º | 0.97% | 0.54% | - |
| HSV(B) | 150.13º | 0.9% | 0.98% | - |
| XYZ | 39.58 | 71.08 | 36.06 | - |
| YUV | 170.96 | 109.96 | 24.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 251 | 139 | 0.90 | 0 | 0.45 | 0.02 | 150.13 | 0.97 | 0.54 |
| Hex | 1A | FB | 8B | 5A | 0 | 2D | 2 | 96 | 61 | 36 |
| Octal | 32 | 373 | 213 | 132 | 0 | 55 | 2 | 226 | 141 | 66 |
| Binary | 11010 | 11111011 | 10001011 | 1011010 | 0 | 101101 | 10 | 10010110 | 1100001 | 110110 |
Color Harmonies of #1AFB8B
Complementary color
Monochromatic Colors of #1AFB8B
Black with #1AFB8B
Text Example
Text Example
White with #1AFB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFB8B; }
p { color: rgb(26,251,139); }
H1.HeaderClassName
{
color: #1AFB8B;
}
.AnyTagClassName
{
color: #1AFB8B;
}
</style>
background-color css
<style>
a { background-color: #1AFB8B; }
a { background-color: rgb(26,251,139); }
div.DivClassName
{
background-color: #1AFB8B;
}
.BgClassName
{
background-color: #1AFB8B;
}
</style>
border-color css
<style>
span { border-color: #1AFB8B; }
span { border-color: rgb(26,251,139); }
td.TdClassName
{
border-color: #1AFB8B;
}
.TagClassName
{
border-color: #1AFB8B;
}
</style>