Shades of Spring Green #1CF966
Tints of Spring Green #1CF966
RGB
CMYK
RGB Variations
Color information
#1CF966 (or 0x1CF966) is known color: Spring Green. HEX triplet: 1C, F9 and 66. RGB value is (28,249,102). Sum of RGB (Red+Green+Blue) = 28+249+102=379 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.39% from 379); Green value is 249 (97.66% from 255 or 65.70% from 379); Blue value is 102 (40.23% from 255 or 26.91% from 379); Max value from RGB is 249 - color contains mainly: green. Hex color #1CF966 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1CF966 is #E30699. Grayscale: #A6A6A6. Windows color (decimal): -14878362 or 6748444. OLE color: 6748444.
HSL color Cylindrical-coordinate representation of color #1CF966: hue angle of 140.09º 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 #1CF966 is Cyan = 0.89, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 249 | 102 | - |
| CMYK | 0.89 | 0 | 0.59 | 0.02 |
| HSL | 140.09º | 0.95% | 0.54% | - |
| HSV(B) | 140.09º | 0.89% | 0.98% | - |
| XYZ | 36.75 | 68.96 | 23.94 | - |
| YUV | 166.16 | 91.78 | 29.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 249 | 102 | 0.89 | 0 | 0.59 | 0.02 | 140.09 | 0.95 | 0.54 |
| Hex | 1C | F9 | 66 | 59 | 0 | 3B | 2 | 8C | 5F | 36 |
| Octal | 34 | 371 | 146 | 131 | 0 | 73 | 2 | 214 | 137 | 66 |
| Binary | 11100 | 11111001 | 1100110 | 1011001 | 0 | 111011 | 10 | 10001100 | 1011111 | 110110 |
Color Harmonies of #1CF966
Complementary color
Monochromatic Colors of #1CF966
Black with #1CF966
Text Example
Text Example
White with #1CF966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF966; }
p { color: rgb(28,249,102); }
H1.HeaderClassName
{
color: #1CF966;
}
.AnyTagClassName
{
color: #1CF966;
}
</style>
background-color css
<style>
a { background-color: #1CF966; }
a { background-color: rgb(28,249,102); }
div.DivClassName
{
background-color: #1CF966;
}
.BgClassName
{
background-color: #1CF966;
}
</style>
border-color css
<style>
span { border-color: #1CF966; }
span { border-color: rgb(28,249,102); }
td.TdClassName
{
border-color: #1CF966;
}
.TagClassName
{
border-color: #1CF966;
}
</style>