Html Css Color HEX #1AF296 Medium Spring Green
📋 copy color: '#1AF296'red 26 ◦ green 242 ◦ blue 150
Shades of Medium Spring Green #1AF296
Tints of Medium Spring Green #1AF296
RGB
CMYK
RGB Variations
Color information
#1AF296 (or 0x1AF296) is known color: Medium Spring Green. HEX triplet: 1A, F2 and 96. RGB value is (26,242,150). Sum of RGB (Red+Green+Blue) = 26+242+150=418 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.22% from 418); Green value is 242 (94.92% from 255 or 57.89% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 242 - color contains mainly: green. Hex color #1AF296 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AF296 is #E50D69. Grayscale: #A7A7A7. Windows color (decimal): -15011178 or 9892378. OLE color: 9892378.
HSL color Cylindrical-coordinate representation of color #1AF296: hue angle of 154.44º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF296 is Cyan = 0.89, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 242 | 150 | - |
| CMYK | 0.89 | 0 | 0.38 | 0.05 |
| HSL | 154.44º | 0.89% | 0.53% | - |
| HSV(B) | 154.44º | 0.89% | 0.95% | - |
| XYZ | 37.68 | 65.93 | 39.59 | - |
| YUV | 166.93 | 118.44 | 27.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 242 | 150 | 0.89 | 0 | 0.38 | 0.05 | 154.44 | 0.89 | 0.53 |
| Hex | 1A | F2 | 96 | 59 | 0 | 26 | 5 | 9A | 59 | 35 |
| Octal | 32 | 362 | 226 | 131 | 0 | 46 | 5 | 232 | 131 | 65 |
| Binary | 11010 | 11110010 | 10010110 | 1011001 | 0 | 100110 | 101 | 10011010 | 1011001 | 110101 |
Color Harmonies of #1AF296
Complementary color
Monochromatic Colors of #1AF296
Black with #1AF296
Text Example
Text Example
White with #1AF296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF296; }
p { color: rgb(26,242,150); }
H1.HeaderClassName
{
color: #1AF296;
}
.AnyTagClassName
{
color: #1AF296;
}
</style>
background-color css
<style>
a { background-color: #1AF296; }
a { background-color: rgb(26,242,150); }
div.DivClassName
{
background-color: #1AF296;
}
.BgClassName
{
background-color: #1AF296;
}
</style>
border-color css
<style>
span { border-color: #1AF296; }
span { border-color: rgb(26,242,150); }
td.TdClassName
{
border-color: #1AF296;
}
.TagClassName
{
border-color: #1AF296;
}
</style>