Shades of Spring Green #1CF06D
Tints of Spring Green #1CF06D
RGB
CMYK
RGB Variations
Color information
#1CF06D (or 0x1CF06D) is known color: Spring Green. HEX triplet: 1C, F0 and 6D. RGB value is (28,240,109). Sum of RGB (Red+Green+Blue) = 28+240+109=377 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.43% from 377); Green value is 240 (94.14% from 255 or 63.66% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 240 - color contains mainly: green. Hex color #1CF06D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1CF06D is #E30F92. Grayscale: #A1A1A1. Windows color (decimal): -14880659 or 7204892. OLE color: 7204892.
HSL color Cylindrical-coordinate representation of color #1CF06D: hue angle of 142.92º 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 #1CF06D is Cyan = 0.88, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 28 | 240 | 109 | - |
| CMYK | 0.88 | 0 | 0.55 | 0.06 |
| HSL | 142.92º | 0.88% | 0.53% | - |
| HSV(B) | 142.92º | 0.88% | 0.94% | - |
| XYZ | 34.4 | 63.67 | 24.94 | - |
| YUV | 161.68 | 98.26 | 32.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 240 | 109 | 0.88 | 0 | 0.55 | 0.06 | 142.92 | 0.88 | 0.53 |
| Hex | 1C | F0 | 6D | 58 | 0 | 37 | 6 | 8F | 58 | 35 |
| Octal | 34 | 360 | 155 | 130 | 0 | 67 | 6 | 217 | 130 | 65 |
| Binary | 11100 | 11110000 | 1101101 | 1011000 | 0 | 110111 | 110 | 10001111 | 1011000 | 110101 |
Color Harmonies of #1CF06D
Complementary color
Monochromatic Colors of #1CF06D
Black with #1CF06D
Text Example
Text Example
White with #1CF06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF06D; }
p { color: rgb(28,240,109); }
H1.HeaderClassName
{
color: #1CF06D;
}
.AnyTagClassName
{
color: #1CF06D;
}
</style>
background-color css
<style>
a { background-color: #1CF06D; }
a { background-color: rgb(28,240,109); }
div.DivClassName
{
background-color: #1CF06D;
}
.BgClassName
{
background-color: #1CF06D;
}
</style>
border-color css
<style>
span { border-color: #1CF06D; }
span { border-color: rgb(28,240,109); }
td.TdClassName
{
border-color: #1CF06D;
}
.TagClassName
{
border-color: #1CF06D;
}
</style>