Html Css Color HEX #1AF994 Medium Spring Green
📋 copy color: '#1AF994'red 26 ◦ green 249 ◦ blue 148
Shades of Medium Spring Green #1AF994
Tints of Medium Spring Green #1AF994
RGB
CMYK
RGB Variations
Color information
#1AF994 (or 0x1AF994) is known color: Medium Spring Green. HEX triplet: 1A, F9 and 94. RGB value is (26,249,148). Sum of RGB (Red+Green+Blue) = 26+249+148=423 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.15% from 423); Green value is 249 (97.66% from 255 or 58.87% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 249 - color contains mainly: green. Hex color #1AF994 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AF994 is #E5066B. Grayscale: #AAAAAA. Windows color (decimal): -15009388 or 9763098. OLE color: 9763098.
HSL color Cylindrical-coordinate representation of color #1AF994: hue angle of 152.83º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AF994 is Cyan = 0.90, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 249 | 148 | - |
| CMYK | 0.90 | 0 | 0.41 | 0.02 |
| HSL | 152.83º | 0.95% | 0.54% | - |
| HSV(B) | 152.83º | 0.9% | 0.98% | - |
| XYZ | 39.65 | 70.11 | 39.46 | - |
| YUV | 170.81 | 115.12 | 24.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 249 | 148 | 0.90 | 0 | 0.41 | 0.02 | 152.83 | 0.95 | 0.54 |
| Hex | 1A | F9 | 94 | 5A | 0 | 29 | 2 | 99 | 5F | 36 |
| Octal | 32 | 371 | 224 | 132 | 0 | 51 | 2 | 231 | 137 | 66 |
| Binary | 11010 | 11111001 | 10010100 | 1011010 | 0 | 101001 | 10 | 10011001 | 1011111 | 110110 |
Color Harmonies of #1AF994
Complementary color
Monochromatic Colors of #1AF994
Black with #1AF994
Text Example
Text Example
White with #1AF994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF994; }
p { color: rgb(26,249,148); }
H1.HeaderClassName
{
color: #1AF994;
}
.AnyTagClassName
{
color: #1AF994;
}
</style>
background-color css
<style>
a { background-color: #1AF994; }
a { background-color: rgb(26,249,148); }
div.DivClassName
{
background-color: #1AF994;
}
.BgClassName
{
background-color: #1AF994;
}
</style>
border-color css
<style>
span { border-color: #1AF994; }
span { border-color: rgb(26,249,148); }
td.TdClassName
{
border-color: #1AF994;
}
.TagClassName
{
border-color: #1AF994;
}
</style>