Shades of Spring Green #1AF48B
Tints of Spring Green #1AF48B
RGB
CMYK
RGB Variations
Color information
#1AF48B (or 0x1AF48B) is known color: Spring Green. HEX triplet: 1A, F4 and 8B. RGB value is (26,244,139). Sum of RGB (Red+Green+Blue) = 26+244+139=409 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.36% from 409); Green value is 244 (95.70% from 255 or 59.66% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 244 - color contains mainly: green. Hex color #1AF48B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AF48B is #E50B74. Grayscale: #A7A7A7. Windows color (decimal): -15010677 or 9171994. OLE color: 9171994.
HSL color Cylindrical-coordinate representation of color #1AF48B: hue angle of 151.1º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF48B is Cyan = 0.89, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 26 | 244 | 139 | - |
| CMYK | 0.89 | 0 | 0.43 | 0.04 |
| HSL | 151.1º | 0.91% | 0.53% | - |
| HSV(B) | 151.1º | 0.89% | 0.96% | - |
| XYZ | 37.44 | 66.79 | 35.34 | - |
| YUV | 166.85 | 112.28 | 27.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 244 | 139 | 0.89 | 0 | 0.43 | 0.04 | 151.1 | 0.91 | 0.53 |
| Hex | 1A | F4 | 8B | 59 | 0 | 2B | 4 | 97 | 5B | 35 |
| Octal | 32 | 364 | 213 | 131 | 0 | 53 | 4 | 227 | 133 | 65 |
| Binary | 11010 | 11110100 | 10001011 | 1011001 | 0 | 101011 | 100 | 10010111 | 1011011 | 110101 |
Color Harmonies of #1AF48B
Complementary color
Monochromatic Colors of #1AF48B
Black with #1AF48B
Text Example
Text Example
White with #1AF48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF48B; }
p { color: rgb(26,244,139); }
H1.HeaderClassName
{
color: #1AF48B;
}
.AnyTagClassName
{
color: #1AF48B;
}
</style>
background-color css
<style>
a { background-color: #1AF48B; }
a { background-color: rgb(26,244,139); }
div.DivClassName
{
background-color: #1AF48B;
}
.BgClassName
{
background-color: #1AF48B;
}
</style>
border-color css
<style>
span { border-color: #1AF48B; }
span { border-color: rgb(26,244,139); }
td.TdClassName
{
border-color: #1AF48B;
}
.TagClassName
{
border-color: #1AF48B;
}
</style>