Shades of Spring Green #1CF970
Tints of Spring Green #1CF970
RGB
CMYK
RGB Variations
Color information
#1CF970 (or 0x1CF970) is known color: Spring Green. HEX triplet: 1C, F9 and 70. RGB value is (28,249,112). Sum of RGB (Red+Green+Blue) = 28+249+112=389 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.20% from 389); Green value is 249 (97.66% from 255 or 64.01% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 249 - color contains mainly: green. Hex color #1CF970 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1CF970 is #E3068F. Grayscale: #A7A7A7. Windows color (decimal): -14878352 or 7403804. OLE color: 7403804.
HSL color Cylindrical-coordinate representation of color #1CF970: hue angle of 142.81º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CF970 is Cyan = 0.89, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 249 | 112 | - |
| CMYK | 0.89 | 0 | 0.55 | 0.02 |
| HSL | 142.81º | 0.95% | 0.54% | - |
| HSV(B) | 142.81º | 0.89% | 0.98% | - |
| XYZ | 37.28 | 69.17 | 26.72 | - |
| YUV | 167.3 | 96.78 | 28.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 249 | 112 | 0.89 | 0 | 0.55 | 0.02 | 142.81 | 0.95 | 0.54 |
| Hex | 1C | F9 | 70 | 59 | 0 | 37 | 2 | 8F | 5F | 36 |
| Octal | 34 | 371 | 160 | 131 | 0 | 67 | 2 | 217 | 137 | 66 |
| Binary | 11100 | 11111001 | 1110000 | 1011001 | 0 | 110111 | 10 | 10001111 | 1011111 | 110110 |
Color Harmonies of #1CF970
Complementary color
Monochromatic Colors of #1CF970
Black with #1CF970
Text Example
Text Example
White with #1CF970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF970; }
p { color: rgb(28,249,112); }
H1.HeaderClassName
{
color: #1CF970;
}
.AnyTagClassName
{
color: #1CF970;
}
</style>
background-color css
<style>
a { background-color: #1CF970; }
a { background-color: rgb(28,249,112); }
div.DivClassName
{
background-color: #1CF970;
}
.BgClassName
{
background-color: #1CF970;
}
</style>
border-color css
<style>
span { border-color: #1CF970; }
span { border-color: rgb(28,249,112); }
td.TdClassName
{
border-color: #1CF970;
}
.TagClassName
{
border-color: #1CF970;
}
</style>