Shades of Spring Green #1AFD6E
Tints of Spring Green #1AFD6E
RGB
CMYK
RGB Variations
Color information
#1AFD6E (or 0x1AFD6E) is known color: Spring Green. HEX triplet: 1A, FD and 6E. RGB value is (26,253,110). Sum of RGB (Red+Green+Blue) = 26+253+110=389 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.68% from 389); Green value is 253 (99.22% from 255 or 65.04% from 389); Blue value is 110 (43.36% from 255 or 28.28% from 389); Max value from RGB is 253 - color contains mainly: green. Hex color #1AFD6E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AFD6E is #E50291. Grayscale: #A9A9A9. Windows color (decimal): -15008402 or 7273754. OLE color: 7273754.
HSL color Cylindrical-coordinate representation of color #1AFD6E: hue angle of 142.2º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFD6E is Cyan = 0.90, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 253 | 110 | - |
| CMYK | 0.90 | 0 | 0.57 | 0.01 |
| HSL | 142.2º | 0.98% | 0.55% | - |
| HSV(B) | 142.2º | 0.9% | 0.99% | - |
| XYZ | 38.37 | 71.6 | 26.55 | - |
| YUV | 168.83 | 94.79 | 26.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 253 | 110 | 0.90 | 0 | 0.57 | 0.01 | 142.2 | 0.98 | 0.55 |
| Hex | 1A | FD | 6E | 5A | 0 | 39 | 1 | 8E | 62 | 37 |
| Octal | 32 | 375 | 156 | 132 | 0 | 71 | 1 | 216 | 142 | 67 |
| Binary | 11010 | 11111101 | 1101110 | 1011010 | 0 | 111001 | 1 | 10001110 | 1100010 | 110111 |
Color Harmonies of #1AFD6E
Complementary color
Monochromatic Colors of #1AFD6E
Black with #1AFD6E
Text Example
Text Example
White with #1AFD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFD6E; }
p { color: rgb(26,253,110); }
H1.HeaderClassName
{
color: #1AFD6E;
}
.AnyTagClassName
{
color: #1AFD6E;
}
</style>
background-color css
<style>
a { background-color: #1AFD6E; }
a { background-color: rgb(26,253,110); }
div.DivClassName
{
background-color: #1AFD6E;
}
.BgClassName
{
background-color: #1AFD6E;
}
</style>
border-color css
<style>
span { border-color: #1AFD6E; }
span { border-color: rgb(26,253,110); }
td.TdClassName
{
border-color: #1AFD6E;
}
.TagClassName
{
border-color: #1AFD6E;
}
</style>