Shades of Spring Green #1AF982
Tints of Spring Green #1AF982
RGB
CMYK
RGB Variations
Color information
#1AF982 (or 0x1AF982) is known color: Spring Green. HEX triplet: 1A, F9 and 82. RGB value is (26,249,130). Sum of RGB (Red+Green+Blue) = 26+249+130=405 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.42% from 405); Green value is 249 (97.66% from 255 or 61.48% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 249 - color contains mainly: green. Hex color #1AF982 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AF982 is #E5067D. Grayscale: #A9A9A9. Windows color (decimal): -15009406 or 8583450. OLE color: 8583450.
HSL color Cylindrical-coordinate representation of color #1AF982: hue angle of 147.98º degrees, saturation: 0.95, 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 #1AF982 is Cyan = 0.90, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 249 | 130 | - |
| CMYK | 0.90 | 0 | 0.48 | 0.02 |
| HSL | 147.98º | 0.95% | 0.54% | - |
| HSV(B) | 147.98º | 0.9% | 0.98% | - |
| XYZ | 38.33 | 69.58 | 32.53 | - |
| YUV | 168.76 | 106.12 | 26.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 249 | 130 | 0.90 | 0 | 0.48 | 0.02 | 147.98 | 0.95 | 0.54 |
| Hex | 1A | F9 | 82 | 5A | 0 | 30 | 2 | 94 | 5F | 36 |
| Octal | 32 | 371 | 202 | 132 | 0 | 60 | 2 | 224 | 137 | 66 |
| Binary | 11010 | 11111001 | 10000010 | 1011010 | 0 | 110000 | 10 | 10010100 | 1011111 | 110110 |
Color Harmonies of #1AF982
Complementary color
Monochromatic Colors of #1AF982
Black with #1AF982
Text Example
Text Example
White with #1AF982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF982; }
p { color: rgb(26,249,130); }
H1.HeaderClassName
{
color: #1AF982;
}
.AnyTagClassName
{
color: #1AF982;
}
</style>
background-color css
<style>
a { background-color: #1AF982; }
a { background-color: rgb(26,249,130); }
div.DivClassName
{
background-color: #1AF982;
}
.BgClassName
{
background-color: #1AF982;
}
</style>
border-color css
<style>
span { border-color: #1AF982; }
span { border-color: rgb(26,249,130); }
td.TdClassName
{
border-color: #1AF982;
}
.TagClassName
{
border-color: #1AF982;
}
</style>