Shades of Spring Green #1AF97B
Tints of Spring Green #1AF97B
RGB
CMYK
RGB Variations
Color information
#1AF97B (or 0x1AF97B) is known color: Spring Green. HEX triplet: 1A, F9 and 7B. RGB value is (26,249,123). Sum of RGB (Red+Green+Blue) = 26+249+123=398 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.53% from 398); Green value is 249 (97.66% from 255 or 62.56% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 249 - color contains mainly: green. Hex color #1AF97B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF97B is #E50684. Grayscale: #A8A8A8. Windows color (decimal): -15009413 or 8124698. OLE color: 8124698.
HSL color Cylindrical-coordinate representation of color #1AF97B: hue angle of 146.1º 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 #1AF97B is Cyan = 0.90, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 249 | 123 | - |
| CMYK | 0.90 | 0 | 0.51 | 0.02 |
| HSL | 146.1º | 0.95% | 0.54% | - |
| HSV(B) | 146.1º | 0.9% | 0.98% | - |
| XYZ | 37.88 | 69.4 | 30.14 | - |
| YUV | 167.96 | 102.62 | 26.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 249 | 123 | 0.90 | 0 | 0.51 | 0.02 | 146.1 | 0.95 | 0.54 |
| Hex | 1A | F9 | 7B | 5A | 0 | 33 | 2 | 92 | 5F | 36 |
| Octal | 32 | 371 | 173 | 132 | 0 | 63 | 2 | 222 | 137 | 66 |
| Binary | 11010 | 11111001 | 1111011 | 1011010 | 0 | 110011 | 10 | 10010010 | 1011111 | 110110 |
Color Harmonies of #1AF97B
Complementary color
Monochromatic Colors of #1AF97B
Black with #1AF97B
Text Example
Text Example
White with #1AF97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF97B; }
p { color: rgb(26,249,123); }
H1.HeaderClassName
{
color: #1AF97B;
}
.AnyTagClassName
{
color: #1AF97B;
}
</style>
background-color css
<style>
a { background-color: #1AF97B; }
a { background-color: rgb(26,249,123); }
div.DivClassName
{
background-color: #1AF97B;
}
.BgClassName
{
background-color: #1AF97B;
}
</style>
border-color css
<style>
span { border-color: #1AF97B; }
span { border-color: rgb(26,249,123); }
td.TdClassName
{
border-color: #1AF97B;
}
.TagClassName
{
border-color: #1AF97B;
}
</style>