Html Css Color HEX #1CFA96 Medium Spring Green
📋 copy color: '#1CFA96'red 28 ◦ green 250 ◦ blue 150
Shades of Medium Spring Green #1CFA96
Tints of Medium Spring Green #1CFA96
RGB
CMYK
RGB Variations
Color information
#1CFA96 (or 0x1CFA96) is known color: Medium Spring Green. HEX triplet: 1C, FA and 96. RGB value is (28,250,150). Sum of RGB (Red+Green+Blue) = 28+250+150=428 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.54% from 428); Green value is 250 (98.05% from 255 or 58.41% from 428); Blue value is 150 (58.98% from 255 or 35.05% from 428); Max value from RGB is 250 - color contains mainly: green. Hex color #1CFA96 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1CFA96 is #E30569. Grayscale: #ACACAC. Windows color (decimal): -14878058 or 9894428. OLE color: 9894428.
HSL color Cylindrical-coordinate representation of color #1CFA96: hue angle of 152.97º 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 #1CFA96 is Cyan = 0.89, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 250 | 150 | - |
| CMYK | 0.89 | 0 | 0.4 | 0.02 |
| HSL | 152.97º | 0.96% | 0.55% | - |
| HSV(B) | 152.97º | 0.89% | 0.98% | - |
| XYZ | 40.17 | 70.82 | 40.41 | - |
| YUV | 172.22 | 115.45 | 25.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 250 | 150 | 0.89 | 0 | 0.4 | 0.02 | 152.97 | 0.96 | 0.55 |
| Hex | 1C | FA | 96 | 59 | 0 | 28 | 2 | 99 | 60 | 37 |
| Octal | 34 | 372 | 226 | 131 | 0 | 50 | 2 | 231 | 140 | 67 |
| Binary | 11100 | 11111010 | 10010110 | 1011001 | 0 | 101000 | 10 | 10011001 | 1100000 | 110111 |
Color Harmonies of #1CFA96
Complementary color
Monochromatic Colors of #1CFA96
Black with #1CFA96
Text Example
Text Example
White with #1CFA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFA96; }
p { color: rgb(28,250,150); }
H1.HeaderClassName
{
color: #1CFA96;
}
.AnyTagClassName
{
color: #1CFA96;
}
</style>
background-color css
<style>
a { background-color: #1CFA96; }
a { background-color: rgb(28,250,150); }
div.DivClassName
{
background-color: #1CFA96;
}
.BgClassName
{
background-color: #1CFA96;
}
</style>
border-color css
<style>
span { border-color: #1CFA96; }
span { border-color: rgb(28,250,150); }
td.TdClassName
{
border-color: #1CFA96;
}
.TagClassName
{
border-color: #1CFA96;
}
</style>