Shades of Spring Green #1AFF7B
Tints of Spring Green #1AFF7B
RGB
CMYK
RGB Variations
Color information
#1AFF7B (or 0x1AFF7B) is known color: Spring Green. HEX triplet: 1A, FF and 7B. RGB value is (26,255,123). Sum of RGB (Red+Green+Blue) = 26+255+123=404 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.44% from 404); Green value is 255 (100% from 255 or 63.12% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 255 - color contains mainly: green. Hex color #1AFF7B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AFF7B is #E50084. Grayscale: #ABABAB. Windows color (decimal): -15007877 or 8126234. OLE color: 8126234.
HSL color Cylindrical-coordinate representation of color #1AFF7B: hue angle of 145.41º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFF7B is Cyan = 0.90, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 255 | 123 | - |
| CMYK | 0.90 | 0 | 0.52 | 0 |
| HSL | 145.41º | 1% | 0.55% | - |
| HSV(B) | 145.41º | 0.9% | 1% | - |
| XYZ | 39.76 | 73.17 | 30.77 | - |
| YUV | 171.48 | 100.63 | 24.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 255 | 123 | 0.90 | 0 | 0.52 | 0 | 145.41 | 1 | 0.55 |
| Hex | 1A | FF | 7B | 5A | 0 | 34 | 0 | 91 | 64 | 37 |
| Octal | 32 | 377 | 173 | 132 | 0 | 64 | 0 | 221 | 144 | 67 |
| Binary | 11010 | 11111111 | 1111011 | 1011010 | 0 | 110100 | 0 | 10010001 | 1100100 | 110111 |
Color Harmonies of #1AFF7B
Complementary color
Monochromatic Colors of #1AFF7B
Black with #1AFF7B
Text Example
Text Example
White with #1AFF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFF7B; }
p { color: rgb(26,255,123); }
H1.HeaderClassName
{
color: #1AFF7B;
}
.AnyTagClassName
{
color: #1AFF7B;
}
</style>
background-color css
<style>
a { background-color: #1AFF7B; }
a { background-color: rgb(26,255,123); }
div.DivClassName
{
background-color: #1AFF7B;
}
.BgClassName
{
background-color: #1AFF7B;
}
</style>
border-color css
<style>
span { border-color: #1AFF7B; }
span { border-color: rgb(26,255,123); }
td.TdClassName
{
border-color: #1AFF7B;
}
.TagClassName
{
border-color: #1AFF7B;
}
</style>