Shades of Spring Green #1AFB6D
Tints of Spring Green #1AFB6D
RGB
CMYK
RGB Variations
Color information
#1AFB6D (or 0x1AFB6D) is known color: Spring Green. HEX triplet: 1A, FB and 6D. RGB value is (26,251,109). Sum of RGB (Red+Green+Blue) = 26+251+109=386 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.74% from 386); Green value is 251 (98.44% from 255 or 65.03% from 386); Blue value is 109 (42.97% from 255 or 28.24% from 386); Max value from RGB is 251 - color contains mainly: green. Hex color #1AFB6D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AFB6D is #E50492. Grayscale: #A7A7A7. Windows color (decimal): -15008915 or 7207706. OLE color: 7207706.
HSL color Cylindrical-coordinate representation of color #1AFB6D: hue angle of 142.13º degrees, saturation: 0.97, 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 #1AFB6D is Cyan = 0.90, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 251 | 109 | - |
| CMYK | 0.90 | 0 | 0.57 | 0.02 |
| HSL | 142.13º | 0.97% | 0.54% | - |
| HSV(B) | 142.13º | 0.9% | 0.98% | - |
| XYZ | 37.68 | 70.32 | 26.05 | - |
| YUV | 167.54 | 94.96 | 27.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 251 | 109 | 0.90 | 0 | 0.57 | 0.02 | 142.13 | 0.97 | 0.54 |
| Hex | 1A | FB | 6D | 5A | 0 | 39 | 2 | 8E | 61 | 36 |
| Octal | 32 | 373 | 155 | 132 | 0 | 71 | 2 | 216 | 141 | 66 |
| Binary | 11010 | 11111011 | 1101101 | 1011010 | 0 | 111001 | 10 | 10001110 | 1100001 | 110110 |
Color Harmonies of #1AFB6D
Complementary color
Monochromatic Colors of #1AFB6D
Black with #1AFB6D
Text Example
Text Example
White with #1AFB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFB6D; }
p { color: rgb(26,251,109); }
H1.HeaderClassName
{
color: #1AFB6D;
}
.AnyTagClassName
{
color: #1AFB6D;
}
</style>
background-color css
<style>
a { background-color: #1AFB6D; }
a { background-color: rgb(26,251,109); }
div.DivClassName
{
background-color: #1AFB6D;
}
.BgClassName
{
background-color: #1AFB6D;
}
</style>
border-color css
<style>
span { border-color: #1AFB6D; }
span { border-color: rgb(26,251,109); }
td.TdClassName
{
border-color: #1AFB6D;
}
.TagClassName
{
border-color: #1AFB6D;
}
</style>