Shades of Spring Green #1AF275
Tints of Spring Green #1AF275
RGB
CMYK
RGB Variations
Color information
#1AF275 (or 0x1AF275) is known color: Spring Green. HEX triplet: 1A, F2 and 75. RGB value is (26,242,117). Sum of RGB (Red+Green+Blue) = 26+242+117=385 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.75% from 385); Green value is 242 (94.92% from 255 or 62.86% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 242 - color contains mainly: green. Hex color #1AF275 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF275 is #E50D8A. Grayscale: #A3A3A3. Windows color (decimal): -15011211 or 7729690. OLE color: 7729690.
HSL color Cylindrical-coordinate representation of color #1AF275: hue angle of 145.28º 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 #1AF275 is Cyan = 0.89, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 242 | 117 | - |
| CMYK | 0.89 | 0 | 0.52 | 0.05 |
| HSL | 145.28º | 0.89% | 0.53% | - |
| HSV(B) | 145.28º | 0.89% | 0.95% | - |
| XYZ | 35.39 | 65.01 | 27.51 | - |
| YUV | 163.17 | 101.94 | 30.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 242 | 117 | 0.89 | 0 | 0.52 | 0.05 | 145.28 | 0.89 | 0.53 |
| Hex | 1A | F2 | 75 | 59 | 0 | 34 | 5 | 91 | 59 | 35 |
| Octal | 32 | 362 | 165 | 131 | 0 | 64 | 5 | 221 | 131 | 65 |
| Binary | 11010 | 11110010 | 1110101 | 1011001 | 0 | 110100 | 101 | 10010001 | 1011001 | 110101 |
Color Harmonies of #1AF275
Complementary color
Monochromatic Colors of #1AF275
Black with #1AF275
Text Example
Text Example
White with #1AF275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF275; }
p { color: rgb(26,242,117); }
H1.HeaderClassName
{
color: #1AF275;
}
.AnyTagClassName
{
color: #1AF275;
}
</style>
background-color css
<style>
a { background-color: #1AF275; }
a { background-color: rgb(26,242,117); }
div.DivClassName
{
background-color: #1AF275;
}
.BgClassName
{
background-color: #1AF275;
}
</style>
border-color css
<style>
span { border-color: #1AF275; }
span { border-color: rgb(26,242,117); }
td.TdClassName
{
border-color: #1AF275;
}
.TagClassName
{
border-color: #1AF275;
}
</style>