Shades of Spring Green #1AF08B
Tints of Spring Green #1AF08B
RGB
CMYK
RGB Variations
Color information
#1AF08B (or 0x1AF08B) is known color: Spring Green. HEX triplet: 1A, F0 and 8B. RGB value is (26,240,139). Sum of RGB (Red+Green+Blue) = 26+240+139=405 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.42% from 405); Green value is 240 (94.14% from 255 or 59.26% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 240 - color contains mainly: green. Hex color #1AF08B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AF08B is #E50F74. Grayscale: #A4A4A4. Windows color (decimal): -15011701 or 9170970. OLE color: 9170970.
HSL color Cylindrical-coordinate representation of color #1AF08B: hue angle of 151.68º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF08B is Cyan = 0.89, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 26 | 240 | 139 | - |
| CMYK | 0.89 | 0 | 0.42 | 0.06 |
| HSL | 151.68º | 0.88% | 0.52% | - |
| HSV(B) | 151.68º | 0.89% | 0.94% | - |
| XYZ | 36.25 | 64.4 | 34.95 | - |
| YUV | 164.5 | 113.6 | 29.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 240 | 139 | 0.89 | 0 | 0.42 | 0.06 | 151.68 | 0.88 | 0.52 |
| Hex | 1A | F0 | 8B | 59 | 0 | 2A | 6 | 98 | 58 | 34 |
| Octal | 32 | 360 | 213 | 131 | 0 | 52 | 6 | 230 | 130 | 64 |
| Binary | 11010 | 11110000 | 10001011 | 1011001 | 0 | 101010 | 110 | 10011000 | 1011000 | 110100 |
Color Harmonies of #1AF08B
Complementary color
Monochromatic Colors of #1AF08B
Black with #1AF08B
Text Example
Text Example
White with #1AF08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF08B; }
p { color: rgb(26,240,139); }
H1.HeaderClassName
{
color: #1AF08B;
}
.AnyTagClassName
{
color: #1AF08B;
}
</style>
background-color css
<style>
a { background-color: #1AF08B; }
a { background-color: rgb(26,240,139); }
div.DivClassName
{
background-color: #1AF08B;
}
.BgClassName
{
background-color: #1AF08B;
}
</style>
border-color css
<style>
span { border-color: #1AF08B; }
span { border-color: rgb(26,240,139); }
td.TdClassName
{
border-color: #1AF08B;
}
.TagClassName
{
border-color: #1AF08B;
}
</style>