Shades of Spring Green #1AFA6D
Tints of Spring Green #1AFA6D
RGB
CMYK
RGB Variations
Color information
#1AFA6D (or 0x1AFA6D) is known color: Spring Green. HEX triplet: 1A, FA and 6D. RGB value is (26,250,109). Sum of RGB (Red+Green+Blue) = 26+250+109=385 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.75% from 385); Green value is 250 (98.05% from 255 or 64.94% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 250 - color contains mainly: green. Hex color #1AFA6D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AFA6D is #E50592. Grayscale: #A7A7A7. Windows color (decimal): -15009171 or 7207450. OLE color: 7207450.
HSL color Cylindrical-coordinate representation of color #1AFA6D: hue angle of 142.23º degrees, saturation: 0.96, 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 #1AFA6D is Cyan = 0.90, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 250 | 109 | - |
| CMYK | 0.90 | 0 | 0.56 | 0.02 |
| HSL | 142.23º | 0.96% | 0.54% | - |
| HSV(B) | 142.23º | 0.9% | 0.98% | - |
| XYZ | 37.37 | 69.69 | 25.95 | - |
| YUV | 166.95 | 95.29 | 27.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 250 | 109 | 0.90 | 0 | 0.56 | 0.02 | 142.23 | 0.96 | 0.54 |
| Hex | 1A | FA | 6D | 5A | 0 | 38 | 2 | 8E | 60 | 36 |
| Octal | 32 | 372 | 155 | 132 | 0 | 70 | 2 | 216 | 140 | 66 |
| Binary | 11010 | 11111010 | 1101101 | 1011010 | 0 | 111000 | 10 | 10001110 | 1100000 | 110110 |
Color Harmonies of #1AFA6D
Complementary color
Monochromatic Colors of #1AFA6D
Black with #1AFA6D
Text Example
Text Example
White with #1AFA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFA6D; }
p { color: rgb(26,250,109); }
H1.HeaderClassName
{
color: #1AFA6D;
}
.AnyTagClassName
{
color: #1AFA6D;
}
</style>
background-color css
<style>
a { background-color: #1AFA6D; }
a { background-color: rgb(26,250,109); }
div.DivClassName
{
background-color: #1AFA6D;
}
.BgClassName
{
background-color: #1AFA6D;
}
</style>
border-color css
<style>
span { border-color: #1AFA6D; }
span { border-color: rgb(26,250,109); }
td.TdClassName
{
border-color: #1AFA6D;
}
.TagClassName
{
border-color: #1AFA6D;
}
</style>