Shades of Spring Green #1CF86C
Tints of Spring Green #1CF86C
RGB
CMYK
RGB Variations
Color information
#1CF86C (or 0x1CF86C) is known color: Spring Green. HEX triplet: 1C, F8 and 6C. RGB value is (28,248,108). Sum of RGB (Red+Green+Blue) = 28+248+108=384 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.29% from 384); Green value is 248 (97.27% from 255 or 64.58% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 248 - color contains mainly: green. Hex color #1CF86C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1CF86C is #E30793. Grayscale: #A6A6A6. Windows color (decimal): -14878612 or 7141404. OLE color: 7141404.
HSL color Cylindrical-coordinate representation of color #1CF86C: hue angle of 141.82º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CF86C is Cyan = 0.89, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 28 | 248 | 108 | - |
| CMYK | 0.89 | 0 | 0.56 | 0.03 |
| HSL | 141.82º | 0.94% | 0.54% | - |
| HSV(B) | 141.82º | 0.89% | 0.97% | - |
| XYZ | 36.75 | 68.46 | 25.47 | - |
| YUV | 166.26 | 95.11 | 29.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 248 | 108 | 0.89 | 0 | 0.56 | 0.03 | 141.82 | 0.94 | 0.54 |
| Hex | 1C | F8 | 6C | 59 | 0 | 38 | 3 | 8E | 5E | 36 |
| Octal | 34 | 370 | 154 | 131 | 0 | 70 | 3 | 216 | 136 | 66 |
| Binary | 11100 | 11111000 | 1101100 | 1011001 | 0 | 111000 | 11 | 10001110 | 1011110 | 110110 |
Color Harmonies of #1CF86C
Complementary color
Monochromatic Colors of #1CF86C
Black with #1CF86C
Text Example
Text Example
White with #1CF86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF86C; }
p { color: rgb(28,248,108); }
H1.HeaderClassName
{
color: #1CF86C;
}
.AnyTagClassName
{
color: #1CF86C;
}
</style>
background-color css
<style>
a { background-color: #1CF86C; }
a { background-color: rgb(28,248,108); }
div.DivClassName
{
background-color: #1CF86C;
}
.BgClassName
{
background-color: #1CF86C;
}
</style>
border-color css
<style>
span { border-color: #1CF86C; }
span { border-color: rgb(28,248,108); }
td.TdClassName
{
border-color: #1CF86C;
}
.TagClassName
{
border-color: #1CF86C;
}
</style>