Html Css Color HEX #1CFAA0 Medium Spring Green
📋 copy color: '#1CFAA0'red 28 ◦ green 250 ◦ blue 160
Shades of Medium Spring Green #1CFAA0
Tints of Medium Spring Green #1CFAA0
RGB
CMYK
RGB Variations
Color information
#1CFAA0 (or 0x1CFAA0) is known color: Medium Spring Green. HEX triplet: 1C, FA and A0. RGB value is (28,250,160). Sum of RGB (Red+Green+Blue) = 28+250+160=438 (58% of max value = 765). Red value is 28 (11.33% from 255 or 6.39% from 438); Green value is 250 (98.05% from 255 or 57.08% from 438); Blue value is 160 (62.89% from 255 or 36.53% from 438); Max value from RGB is 250 - color contains mainly: green. Hex color #1CFAA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1CFAA0 is #E3055F. Grayscale: #ADADAD. Windows color (decimal): -14878048 or 10549788. OLE color: 10549788.
HSL color Cylindrical-coordinate representation of color #1CFAA0: hue angle of 155.68º 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 #1CFAA0 is Cyan = 0.89, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 250 | 160 | - |
| CMYK | 0.89 | 0 | 0.36 | 0.02 |
| HSL | 155.68º | 0.96% | 0.55% | - |
| HSV(B) | 155.68º | 0.89% | 0.98% | - |
| XYZ | 41.01 | 71.16 | 44.83 | - |
| YUV | 173.36 | 120.45 | 24.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 250 | 160 | 0.89 | 0 | 0.36 | 0.02 | 155.68 | 0.96 | 0.55 |
| Hex | 1C | FA | A0 | 59 | 0 | 24 | 2 | 9C | 60 | 37 |
| Octal | 34 | 372 | 240 | 131 | 0 | 44 | 2 | 234 | 140 | 67 |
| Binary | 11100 | 11111010 | 10100000 | 1011001 | 0 | 100100 | 10 | 10011100 | 1100000 | 110111 |
Color Harmonies of #1CFAA0
Complementary color
Monochromatic Colors of #1CFAA0
Black with #1CFAA0
Text Example
Text Example
White with #1CFAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFAA0; }
p { color: rgb(28,250,160); }
H1.HeaderClassName
{
color: #1CFAA0;
}
.AnyTagClassName
{
color: #1CFAA0;
}
</style>
background-color css
<style>
a { background-color: #1CFAA0; }
a { background-color: rgb(28,250,160); }
div.DivClassName
{
background-color: #1CFAA0;
}
.BgClassName
{
background-color: #1CFAA0;
}
</style>
border-color css
<style>
span { border-color: #1CFAA0; }
span { border-color: rgb(28,250,160); }
td.TdClassName
{
border-color: #1CFAA0;
}
.TagClassName
{
border-color: #1CFAA0;
}
</style>