Shades of Spring Green #1AF18A
Tints of Spring Green #1AF18A
RGB
CMYK
RGB Variations
Color information
#1AF18A (or 0x1AF18A) is known color: Spring Green. HEX triplet: 1A, F1 and 8A. RGB value is (26,241,138). Sum of RGB (Red+Green+Blue) = 26+241+138=405 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.42% from 405); Green value is 241 (94.53% from 255 or 59.51% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 241 - color contains mainly: green. Hex color #1AF18A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AF18A is #E50E75. Grayscale: #A5A5A5. Windows color (decimal): -15011446 or 9105690. OLE color: 9105690.
HSL color Cylindrical-coordinate representation of color #1AF18A: hue angle of 151.26º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF18A is Cyan = 0.89, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 241 | 138 | - |
| CMYK | 0.89 | 0 | 0.43 | 0.05 |
| HSL | 151.26º | 0.88% | 0.52% | - |
| HSV(B) | 151.26º | 0.89% | 0.95% | - |
| XYZ | 36.47 | 64.97 | 34.66 | - |
| YUV | 164.97 | 112.77 | 28.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 241 | 138 | 0.89 | 0 | 0.43 | 0.05 | 151.26 | 0.88 | 0.52 |
| Hex | 1A | F1 | 8A | 59 | 0 | 2B | 5 | 97 | 58 | 34 |
| Octal | 32 | 361 | 212 | 131 | 0 | 53 | 5 | 227 | 130 | 64 |
| Binary | 11010 | 11110001 | 10001010 | 1011001 | 0 | 101011 | 101 | 10010111 | 1011000 | 110100 |
Color Harmonies of #1AF18A
Complementary color
Monochromatic Colors of #1AF18A
Black with #1AF18A
Text Example
Text Example
White with #1AF18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF18A; }
p { color: rgb(26,241,138); }
H1.HeaderClassName
{
color: #1AF18A;
}
.AnyTagClassName
{
color: #1AF18A;
}
</style>
background-color css
<style>
a { background-color: #1AF18A; }
a { background-color: rgb(26,241,138); }
div.DivClassName
{
background-color: #1AF18A;
}
.BgClassName
{
background-color: #1AF18A;
}
</style>
border-color css
<style>
span { border-color: #1AF18A; }
span { border-color: rgb(26,241,138); }
td.TdClassName
{
border-color: #1AF18A;
}
.TagClassName
{
border-color: #1AF18A;
}
</style>