Shades of Spring Green #1CFA80
Tints of Spring Green #1CFA80
RGB
CMYK
RGB Variations
Color information
#1CFA80 (or 0x1CFA80) is known color: Spring Green. HEX triplet: 1C, FA and 80. RGB value is (28,250,128). Sum of RGB (Red+Green+Blue) = 28+250+128=406 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.90% from 406); Green value is 250 (98.05% from 255 or 61.58% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 250 - color contains mainly: green. Hex color #1CFA80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1CFA80 is #E3057F. Grayscale: #A9A9A9. Windows color (decimal): -14878080 or 8452636. OLE color: 8452636.
HSL color Cylindrical-coordinate representation of color #1CFA80: hue angle of 147.03º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CFA80 is Cyan = 0.89, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 250 | 128 | - |
| CMYK | 0.89 | 0 | 0.49 | 0.02 |
| HSL | 147.03º | 0.96% | 0.55% | - |
| HSV(B) | 147.03º | 0.89% | 0.98% | - |
| XYZ | 38.56 | 70.18 | 31.94 | - |
| YUV | 169.71 | 104.45 | 26.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 250 | 128 | 0.89 | 0 | 0.49 | 0.02 | 147.03 | 0.96 | 0.55 |
| Hex | 1C | FA | 80 | 59 | 0 | 31 | 2 | 93 | 60 | 37 |
| Octal | 34 | 372 | 200 | 131 | 0 | 61 | 2 | 223 | 140 | 67 |
| Binary | 11100 | 11111010 | 10000000 | 1011001 | 0 | 110001 | 10 | 10010011 | 1100000 | 110111 |
Color Harmonies of #1CFA80
Complementary color
Monochromatic Colors of #1CFA80
Black with #1CFA80
Text Example
Text Example
White with #1CFA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFA80; }
p { color: rgb(28,250,128); }
H1.HeaderClassName
{
color: #1CFA80;
}
.AnyTagClassName
{
color: #1CFA80;
}
</style>
background-color css
<style>
a { background-color: #1CFA80; }
a { background-color: rgb(28,250,128); }
div.DivClassName
{
background-color: #1CFA80;
}
.BgClassName
{
background-color: #1CFA80;
}
</style>
border-color css
<style>
span { border-color: #1CFA80; }
span { border-color: rgb(28,250,128); }
td.TdClassName
{
border-color: #1CFA80;
}
.TagClassName
{
border-color: #1CFA80;
}
</style>