Shades of Spring Green #1CFC8C
Tints of Spring Green #1CFC8C
RGB
CMYK
RGB Variations
Color information
#1CFC8C (or 0x1CFC8C) is known color: Spring Green. HEX triplet: 1C, FC and 8C. RGB value is (28,252,140). Sum of RGB (Red+Green+Blue) = 28+252+140=420 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.67% from 420); Green value is 252 (98.83% from 255 or 60% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 252 - color contains mainly: green. Hex color #1CFC8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1CFC8C is #E30373. Grayscale: #ACACAC. Windows color (decimal): -14877556 or 9239580. OLE color: 9239580.
HSL color Cylindrical-coordinate representation of color #1CFC8C: hue angle of 150º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CFC8C is Cyan = 0.89, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 28 | 252 | 140 | - |
| CMYK | 0.89 | 0 | 0.44 | 0.01 |
| HSL | 150º | 0.97% | 0.55% | - |
| HSV(B) | 150º | 0.89% | 0.99% | - |
| XYZ | 40.02 | 71.76 | 36.55 | - |
| YUV | 172.26 | 109.79 | 25.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 252 | 140 | 0.89 | 0 | 0.44 | 0.01 | 150 | 0.97 | 0.55 |
| Hex | 1C | FC | 8C | 59 | 0 | 2C | 1 | 96 | 61 | 37 |
| Octal | 34 | 374 | 214 | 131 | 0 | 54 | 1 | 226 | 141 | 67 |
| Binary | 11100 | 11111100 | 10001100 | 1011001 | 0 | 101100 | 1 | 10010110 | 1100001 | 110111 |
Color Harmonies of #1CFC8C
Complementary color
Monochromatic Colors of #1CFC8C
Black with #1CFC8C
Text Example
Text Example
White with #1CFC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFC8C; }
p { color: rgb(28,252,140); }
H1.HeaderClassName
{
color: #1CFC8C;
}
.AnyTagClassName
{
color: #1CFC8C;
}
</style>
background-color css
<style>
a { background-color: #1CFC8C; }
a { background-color: rgb(28,252,140); }
div.DivClassName
{
background-color: #1CFC8C;
}
.BgClassName
{
background-color: #1CFC8C;
}
</style>
border-color css
<style>
span { border-color: #1CFC8C; }
span { border-color: rgb(28,252,140); }
td.TdClassName
{
border-color: #1CFC8C;
}
.TagClassName
{
border-color: #1CFC8C;
}
</style>