Shades of Spring Green #1AF08A
Tints of Spring Green #1AF08A
RGB
CMYK
RGB Variations
Color information
#1AF08A (or 0x1AF08A) is known color: Spring Green. HEX triplet: 1A, F0 and 8A. RGB value is (26,240,138). Sum of RGB (Red+Green+Blue) = 26+240+138=404 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.44% from 404); Green value is 240 (94.14% from 255 or 59.41% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 240 - color contains mainly: green. Hex color #1AF08A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AF08A is #E50F75. Grayscale: #A4A4A4. Windows color (decimal): -15011702 or 9105434. OLE color: 9105434.
HSL color Cylindrical-coordinate representation of color #1AF08A: hue angle of 151.4º 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 #1AF08A is Cyan = 0.89, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 26 | 240 | 138 | - |
| CMYK | 0.89 | 0 | 0.42 | 0.06 |
| HSL | 151.4º | 0.88% | 0.52% | - |
| HSV(B) | 151.4º | 0.89% | 0.94% | - |
| XYZ | 36.17 | 64.37 | 34.56 | - |
| YUV | 164.39 | 113.1 | 29.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 240 | 138 | 0.89 | 0 | 0.42 | 0.06 | 151.4 | 0.88 | 0.52 |
| Hex | 1A | F0 | 8A | 59 | 0 | 2A | 6 | 97 | 58 | 34 |
| Octal | 32 | 360 | 212 | 131 | 0 | 52 | 6 | 227 | 130 | 64 |
| Binary | 11010 | 11110000 | 10001010 | 1011001 | 0 | 101010 | 110 | 10010111 | 1011000 | 110100 |
Color Harmonies of #1AF08A
Complementary color
Monochromatic Colors of #1AF08A
Black with #1AF08A
Text Example
Text Example
White with #1AF08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF08A; }
p { color: rgb(26,240,138); }
H1.HeaderClassName
{
color: #1AF08A;
}
.AnyTagClassName
{
color: #1AF08A;
}
</style>
background-color css
<style>
a { background-color: #1AF08A; }
a { background-color: rgb(26,240,138); }
div.DivClassName
{
background-color: #1AF08A;
}
.BgClassName
{
background-color: #1AF08A;
}
</style>
border-color css
<style>
span { border-color: #1AF08A; }
span { border-color: rgb(26,240,138); }
td.TdClassName
{
border-color: #1AF08A;
}
.TagClassName
{
border-color: #1AF08A;
}
</style>