Shades of Spring Green #1AFE6C
Tints of Spring Green #1AFE6C
RGB
CMYK
RGB Variations
Color information
#1AFE6C (or 0x1AFE6C) is known color: Spring Green. HEX triplet: 1A, FE and 6C. RGB value is (26,254,108). Sum of RGB (Red+Green+Blue) = 26+254+108=388 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.70% from 388); Green value is 254 (99.61% from 255 or 65.46% from 388); Blue value is 108 (42.58% from 255 or 27.84% from 388); Max value from RGB is 254 - color contains mainly: green. Hex color #1AFE6C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AFE6C is #E50193. Grayscale: #A9A9A9. Windows color (decimal): -15008148 or 7142938. OLE color: 7142938.
HSL color Cylindrical-coordinate representation of color #1AFE6C: hue angle of 141.58º 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 #1AFE6C is Cyan = 0.90, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 26 | 254 | 108 | - |
| CMYK | 0.90 | 0 | 0.57 | 0.00 |
| HSL | 141.58º | 0.99% | 0.55% | - |
| HSV(B) | 141.58º | 0.9% | 1% | - |
| XYZ | 38.57 | 72.19 | 26.09 | - |
| YUV | 169.18 | 93.46 | 25.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 254 | 108 | 0.90 | 0 | 0.57 | 0.00 | 141.58 | 0.99 | 0.55 |
| Hex | 1A | FE | 6C | 5A | 0 | 39 | 0 | 8E | 63 | 37 |
| Octal | 32 | 376 | 154 | 132 | 0 | 71 | 0 | 216 | 143 | 67 |
| Binary | 11010 | 11111110 | 1101100 | 1011010 | 0 | 111001 | 0 | 10001110 | 1100011 | 110111 |
Color Harmonies of #1AFE6C
Complementary color
Monochromatic Colors of #1AFE6C
Black with #1AFE6C
Text Example
Text Example
White with #1AFE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFE6C; }
p { color: rgb(26,254,108); }
H1.HeaderClassName
{
color: #1AFE6C;
}
.AnyTagClassName
{
color: #1AFE6C;
}
</style>
background-color css
<style>
a { background-color: #1AFE6C; }
a { background-color: rgb(26,254,108); }
div.DivClassName
{
background-color: #1AFE6C;
}
.BgClassName
{
background-color: #1AFE6C;
}
</style>
border-color css
<style>
span { border-color: #1AFE6C; }
span { border-color: rgb(26,254,108); }
td.TdClassName
{
border-color: #1AFE6C;
}
.TagClassName
{
border-color: #1AFE6C;
}
</style>