Shades of Spring Green #1AFE6E
Tints of Spring Green #1AFE6E
RGB
CMYK
RGB Variations
Color information
#1AFE6E (or 0x1AFE6E) is known color: Spring Green. HEX triplet: 1A, FE and 6E. RGB value is (26,254,110). Sum of RGB (Red+Green+Blue) = 26+254+110=390 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.67% from 390); Green value is 254 (99.61% from 255 or 65.13% from 390); Blue value is 110 (43.36% from 255 or 28.21% from 390); Max value from RGB is 254 - color contains mainly: green. Hex color #1AFE6E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AFE6E is #E50191. Grayscale: #A9A9A9. Windows color (decimal): -15008146 or 7274010. OLE color: 7274010.
HSL color Cylindrical-coordinate representation of color #1AFE6E: hue angle of 142.11º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFE6E is Cyan = 0.90, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 26 | 254 | 110 | - |
| CMYK | 0.90 | 0 | 0.57 | 0.00 |
| HSL | 142.11º | 0.99% | 0.55% | - |
| HSV(B) | 142.11º | 0.9% | 1% | - |
| XYZ | 38.68 | 72.23 | 26.65 | - |
| YUV | 169.41 | 94.46 | 25.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 254 | 110 | 0.90 | 0 | 0.57 | 0.00 | 142.11 | 0.99 | 0.55 |
| Hex | 1A | FE | 6E | 5A | 0 | 39 | 0 | 8E | 63 | 37 |
| Octal | 32 | 376 | 156 | 132 | 0 | 71 | 0 | 216 | 143 | 67 |
| Binary | 11010 | 11111110 | 1101110 | 1011010 | 0 | 111001 | 0 | 10001110 | 1100011 | 110111 |
Color Harmonies of #1AFE6E
Complementary color
Monochromatic Colors of #1AFE6E
Black with #1AFE6E
Text Example
Text Example
White with #1AFE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFE6E; }
p { color: rgb(26,254,110); }
H1.HeaderClassName
{
color: #1AFE6E;
}
.AnyTagClassName
{
color: #1AFE6E;
}
</style>
background-color css
<style>
a { background-color: #1AFE6E; }
a { background-color: rgb(26,254,110); }
div.DivClassName
{
background-color: #1AFE6E;
}
.BgClassName
{
background-color: #1AFE6E;
}
</style>
border-color css
<style>
span { border-color: #1AFE6E; }
span { border-color: rgb(26,254,110); }
td.TdClassName
{
border-color: #1AFE6E;
}
.TagClassName
{
border-color: #1AFE6E;
}
</style>