Shades of Spring Green #1AF078
Tints of Spring Green #1AF078
RGB
CMYK
RGB Variations
Color information
#1AF078 (or 0x1AF078) is known color: Spring Green. HEX triplet: 1A, F0 and 78. RGB value is (26,240,120). Sum of RGB (Red+Green+Blue) = 26+240+120=386 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.74% from 386); Green value is 240 (94.14% from 255 or 62.18% from 386); Blue value is 120 (47.27% from 255 or 31.09% from 386); Max value from RGB is 240 - color contains mainly: green. Hex color #1AF078 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF078 is #E50F87. Grayscale: #A2A2A2. Windows color (decimal): -15011720 or 7925786. OLE color: 7925786.
HSL color Cylindrical-coordinate representation of color #1AF078: hue angle of 146.36º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF078 is Cyan = 0.89, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 26 | 240 | 120 | - |
| CMYK | 0.89 | 0 | 0.5 | 0.06 |
| HSL | 146.36º | 0.88% | 0.52% | - |
| HSV(B) | 146.36º | 0.89% | 0.94% | - |
| XYZ | 34.98 | 63.9 | 28.26 | - |
| YUV | 162.33 | 104.1 | 30.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 240 | 120 | 0.89 | 0 | 0.5 | 0.06 | 146.36 | 0.88 | 0.52 |
| Hex | 1A | F0 | 78 | 59 | 0 | 32 | 6 | 92 | 58 | 34 |
| Octal | 32 | 360 | 170 | 131 | 0 | 62 | 6 | 222 | 130 | 64 |
| Binary | 11010 | 11110000 | 1111000 | 1011001 | 0 | 110010 | 110 | 10010010 | 1011000 | 110100 |
Color Harmonies of #1AF078
Complementary color
Monochromatic Colors of #1AF078
Black with #1AF078
Text Example
Text Example
White with #1AF078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF078; }
p { color: rgb(26,240,120); }
H1.HeaderClassName
{
color: #1AF078;
}
.AnyTagClassName
{
color: #1AF078;
}
</style>
background-color css
<style>
a { background-color: #1AF078; }
a { background-color: rgb(26,240,120); }
div.DivClassName
{
background-color: #1AF078;
}
.BgClassName
{
background-color: #1AF078;
}
</style>
border-color css
<style>
span { border-color: #1AF078; }
span { border-color: rgb(26,240,120); }
td.TdClassName
{
border-color: #1AF078;
}
.TagClassName
{
border-color: #1AF078;
}
</style>