Shades of Spring Green #1CF076
Tints of Spring Green #1CF076
RGB
CMYK
RGB Variations
Color information
#1CF076 (or 0x1CF076) is known color: Spring Green. HEX triplet: 1C, F0 and 76. RGB value is (28,240,118). Sum of RGB (Red+Green+Blue) = 28+240+118=386 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.25% from 386); Green value is 240 (94.14% from 255 or 62.18% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 240 - color contains mainly: green. Hex color #1CF076 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1CF076 is #E30F89. Grayscale: #A2A2A2. Windows color (decimal): -14880650 or 7794716. OLE color: 7794716.
HSL color Cylindrical-coordinate representation of color #1CF076: hue angle of 145.47º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CF076 is Cyan = 0.88, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 28 | 240 | 118 | - |
| CMYK | 0.88 | 0 | 0.51 | 0.06 |
| HSL | 145.47º | 0.88% | 0.53% | - |
| HSV(B) | 145.47º | 0.88% | 0.94% | - |
| XYZ | 34.91 | 63.88 | 27.63 | - |
| YUV | 162.7 | 102.76 | 31.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 240 | 118 | 0.88 | 0 | 0.51 | 0.06 | 145.47 | 0.88 | 0.53 |
| Hex | 1C | F0 | 76 | 58 | 0 | 33 | 6 | 91 | 58 | 35 |
| Octal | 34 | 360 | 166 | 130 | 0 | 63 | 6 | 221 | 130 | 65 |
| Binary | 11100 | 11110000 | 1110110 | 1011000 | 0 | 110011 | 110 | 10010001 | 1011000 | 110101 |
Color Harmonies of #1CF076
Complementary color
Monochromatic Colors of #1CF076
Black with #1CF076
Text Example
Text Example
White with #1CF076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF076; }
p { color: rgb(28,240,118); }
H1.HeaderClassName
{
color: #1CF076;
}
.AnyTagClassName
{
color: #1CF076;
}
</style>
background-color css
<style>
a { background-color: #1CF076; }
a { background-color: rgb(28,240,118); }
div.DivClassName
{
background-color: #1CF076;
}
.BgClassName
{
background-color: #1CF076;
}
</style>
border-color css
<style>
span { border-color: #1CF076; }
span { border-color: rgb(28,240,118); }
td.TdClassName
{
border-color: #1CF076;
}
.TagClassName
{
border-color: #1CF076;
}
</style>