Shades of Spring Green #1AF278
Tints of Spring Green #1AF278
RGB
CMYK
RGB Variations
Color information
#1AF278 (or 0x1AF278) is known color: Spring Green. HEX triplet: 1A, F2 and 78. RGB value is (26,242,120). Sum of RGB (Red+Green+Blue) = 26+242+120=388 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.70% from 388); Green value is 242 (94.92% from 255 or 62.37% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 242 - color contains mainly: green. Hex color #1AF278 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF278 is #E50D87. Grayscale: #A3A3A3. Windows color (decimal): -15011208 or 7926298. OLE color: 7926298.
HSL color Cylindrical-coordinate representation of color #1AF278: hue angle of 146.11º 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 #1AF278 is Cyan = 0.89, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 242 | 120 | - |
| CMYK | 0.89 | 0 | 0.50 | 0.05 |
| HSL | 146.11º | 0.89% | 0.53% | - |
| HSV(B) | 146.11º | 0.89% | 0.95% | - |
| XYZ | 35.57 | 65.08 | 28.46 | - |
| YUV | 163.51 | 103.44 | 29.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 242 | 120 | 0.89 | 0 | 0.50 | 0.05 | 146.11 | 0.89 | 0.53 |
| Hex | 1A | F2 | 78 | 59 | 0 | 32 | 5 | 92 | 59 | 35 |
| Octal | 32 | 362 | 170 | 131 | 0 | 62 | 5 | 222 | 131 | 65 |
| Binary | 11010 | 11110010 | 1111000 | 1011001 | 0 | 110010 | 101 | 10010010 | 1011001 | 110101 |
Color Harmonies of #1AF278
Complementary color
Monochromatic Colors of #1AF278
Black with #1AF278
Text Example
Text Example
White with #1AF278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF278; }
p { color: rgb(26,242,120); }
H1.HeaderClassName
{
color: #1AF278;
}
.AnyTagClassName
{
color: #1AF278;
}
</style>
background-color css
<style>
a { background-color: #1AF278; }
a { background-color: rgb(26,242,120); }
div.DivClassName
{
background-color: #1AF278;
}
.BgClassName
{
background-color: #1AF278;
}
</style>
border-color css
<style>
span { border-color: #1AF278; }
span { border-color: rgb(26,242,120); }
td.TdClassName
{
border-color: #1AF278;
}
.TagClassName
{
border-color: #1AF278;
}
</style>