Shades of Spring Green #1CF286
Tints of Spring Green #1CF286
RGB
CMYK
RGB Variations
Color information
#1CF286 (or 0x1CF286) is known color: Spring Green. HEX triplet: 1C, F2 and 86. RGB value is (28,242,134). Sum of RGB (Red+Green+Blue) = 28+242+134=404 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.93% from 404); Green value is 242 (94.92% from 255 or 59.90% from 404); Blue value is 134 (52.73% from 255 or 33.17% from 404); Max value from RGB is 242 - color contains mainly: green. Hex color #1CF286 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1CF286 is #E30D79. Grayscale: #A5A5A5. Windows color (decimal): -14880122 or 8843804. OLE color: 8843804.
HSL color Cylindrical-coordinate representation of color #1CF286: hue angle of 149.72º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CF286 is Cyan = 0.88, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 28 | 242 | 134 | - |
| CMYK | 0.88 | 0 | 0.45 | 0.05 |
| HSL | 149.72º | 0.89% | 0.53% | - |
| HSV(B) | 149.72º | 0.88% | 0.95% | - |
| XYZ | 36.53 | 65.47 | 33.27 | - |
| YUV | 165.7 | 110.1 | 29.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 242 | 134 | 0.88 | 0 | 0.45 | 0.05 | 149.72 | 0.89 | 0.53 |
| Hex | 1C | F2 | 86 | 58 | 0 | 2D | 5 | 96 | 59 | 35 |
| Octal | 34 | 362 | 206 | 130 | 0 | 55 | 5 | 226 | 131 | 65 |
| Binary | 11100 | 11110010 | 10000110 | 1011000 | 0 | 101101 | 101 | 10010110 | 1011001 | 110101 |
Color Harmonies of #1CF286
Complementary color
Monochromatic Colors of #1CF286
Black with #1CF286
Text Example
Text Example
White with #1CF286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF286; }
p { color: rgb(28,242,134); }
H1.HeaderClassName
{
color: #1CF286;
}
.AnyTagClassName
{
color: #1CF286;
}
</style>
background-color css
<style>
a { background-color: #1CF286; }
a { background-color: rgb(28,242,134); }
div.DivClassName
{
background-color: #1CF286;
}
.BgClassName
{
background-color: #1CF286;
}
</style>
border-color css
<style>
span { border-color: #1CF286; }
span { border-color: rgb(28,242,134); }
td.TdClassName
{
border-color: #1CF286;
}
.TagClassName
{
border-color: #1CF286;
}
</style>