Shades of Spring Green #1AFD7D
Tints of Spring Green #1AFD7D
RGB
CMYK
RGB Variations
Color information
#1AFD7D (or 0x1AFD7D) is known color: Spring Green. HEX triplet: 1A, FD and 7D. RGB value is (26,253,125). Sum of RGB (Red+Green+Blue) = 26+253+125=404 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.44% from 404); Green value is 253 (99.22% from 255 or 62.62% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 253 - color contains mainly: green. Hex color #1AFD7D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AFD7D is #E50282. Grayscale: #AAAAAA. Windows color (decimal): -15008387 or 8256794. OLE color: 8256794.
HSL color Cylindrical-coordinate representation of color #1AFD7D: hue angle of 146.17º 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 #1AFD7D is Cyan = 0.90, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 253 | 125 | - |
| CMYK | 0.90 | 0 | 0.51 | 0.01 |
| HSL | 146.17º | 0.98% | 0.55% | - |
| HSV(B) | 146.17º | 0.9% | 0.99% | - |
| XYZ | 39.25 | 71.95 | 31.22 | - |
| YUV | 170.54 | 102.29 | 24.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 253 | 125 | 0.90 | 0 | 0.51 | 0.01 | 146.17 | 0.98 | 0.55 |
| Hex | 1A | FD | 7D | 5A | 0 | 33 | 1 | 92 | 62 | 37 |
| Octal | 32 | 375 | 175 | 132 | 0 | 63 | 1 | 222 | 142 | 67 |
| Binary | 11010 | 11111101 | 1111101 | 1011010 | 0 | 110011 | 1 | 10010010 | 1100010 | 110111 |
Color Harmonies of #1AFD7D
Complementary color
Monochromatic Colors of #1AFD7D
Black with #1AFD7D
Text Example
Text Example
White with #1AFD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFD7D; }
p { color: rgb(26,253,125); }
H1.HeaderClassName
{
color: #1AFD7D;
}
.AnyTagClassName
{
color: #1AFD7D;
}
</style>
background-color css
<style>
a { background-color: #1AFD7D; }
a { background-color: rgb(26,253,125); }
div.DivClassName
{
background-color: #1AFD7D;
}
.BgClassName
{
background-color: #1AFD7D;
}
</style>
border-color css
<style>
span { border-color: #1AFD7D; }
span { border-color: rgb(26,253,125); }
td.TdClassName
{
border-color: #1AFD7D;
}
.TagClassName
{
border-color: #1AFD7D;
}
</style>