Shades of Spring Green #1CFA6C
Tints of Spring Green #1CFA6C
RGB
CMYK
RGB Variations
Color information
#1CFA6C (or 0x1CFA6C) is known color: Spring Green. HEX triplet: 1C, FA and 6C. RGB value is (28,250,108). Sum of RGB (Red+Green+Blue) = 28+250+108=386 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.25% from 386); Green value is 250 (98.05% from 255 or 64.77% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 250 - color contains mainly: green. Hex color #1CFA6C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1CFA6C is #E30593. Grayscale: #A7A7A7. Windows color (decimal): -14878100 or 7141916. OLE color: 7141916.
HSL color Cylindrical-coordinate representation of color #1CFA6C: hue angle of 141.62º 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 #1CFA6C is Cyan = 0.89, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 250 | 108 | - |
| CMYK | 0.89 | 0 | 0.57 | 0.02 |
| HSL | 141.62º | 0.96% | 0.55% | - |
| HSV(B) | 141.62º | 0.89% | 0.98% | - |
| XYZ | 37.37 | 69.7 | 25.67 | - |
| YUV | 167.43 | 94.45 | 28.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 250 | 108 | 0.89 | 0 | 0.57 | 0.02 | 141.62 | 0.96 | 0.55 |
| Hex | 1C | FA | 6C | 59 | 0 | 39 | 2 | 8E | 60 | 37 |
| Octal | 34 | 372 | 154 | 131 | 0 | 71 | 2 | 216 | 140 | 67 |
| Binary | 11100 | 11111010 | 1101100 | 1011001 | 0 | 111001 | 10 | 10001110 | 1100000 | 110111 |
Color Harmonies of #1CFA6C
Complementary color
Monochromatic Colors of #1CFA6C
Black with #1CFA6C
Text Example
Text Example
White with #1CFA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFA6C; }
p { color: rgb(28,250,108); }
H1.HeaderClassName
{
color: #1CFA6C;
}
.AnyTagClassName
{
color: #1CFA6C;
}
</style>
background-color css
<style>
a { background-color: #1CFA6C; }
a { background-color: rgb(28,250,108); }
div.DivClassName
{
background-color: #1CFA6C;
}
.BgClassName
{
background-color: #1CFA6C;
}
</style>
border-color css
<style>
span { border-color: #1CFA6C; }
span { border-color: rgb(28,250,108); }
td.TdClassName
{
border-color: #1CFA6C;
}
.TagClassName
{
border-color: #1CFA6C;
}
</style>