Shades of Spring Green #1AF872
Tints of Spring Green #1AF872
RGB
CMYK
RGB Variations
Color information
#1AF872 (or 0x1AF872) is known color: Spring Green. HEX triplet: 1A, F8 and 72. RGB value is (26,248,114). Sum of RGB (Red+Green+Blue) = 26+248+114=388 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.70% from 388); Green value is 248 (97.27% from 255 or 63.92% from 388); Blue value is 114 (44.92% from 255 or 29.38% from 388); Max value from RGB is 248 - color contains mainly: green. Hex color #1AF872 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF872 is #E5078D. Grayscale: #A6A6A6. Windows color (decimal): -15009678 or 7534618. OLE color: 7534618.
HSL color Cylindrical-coordinate representation of color #1AF872: hue angle of 143.78º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AF872 is Cyan = 0.90, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 26 | 248 | 114 | - |
| CMYK | 0.90 | 0 | 0.54 | 0.03 |
| HSL | 143.78º | 0.94% | 0.54% | - |
| HSV(B) | 143.78º | 0.9% | 0.97% | - |
| XYZ | 37.03 | 68.57 | 27.2 | - |
| YUV | 166.35 | 98.45 | 27.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 248 | 114 | 0.90 | 0 | 0.54 | 0.03 | 143.78 | 0.94 | 0.54 |
| Hex | 1A | F8 | 72 | 5A | 0 | 36 | 3 | 90 | 5E | 36 |
| Octal | 32 | 370 | 162 | 132 | 0 | 66 | 3 | 220 | 136 | 66 |
| Binary | 11010 | 11111000 | 1110010 | 1011010 | 0 | 110110 | 11 | 10010000 | 1011110 | 110110 |
Color Harmonies of #1AF872
Complementary color
Monochromatic Colors of #1AF872
Black with #1AF872
Text Example
Text Example
White with #1AF872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF872; }
p { color: rgb(26,248,114); }
H1.HeaderClassName
{
color: #1AF872;
}
.AnyTagClassName
{
color: #1AF872;
}
</style>
background-color css
<style>
a { background-color: #1AF872; }
a { background-color: rgb(26,248,114); }
div.DivClassName
{
background-color: #1AF872;
}
.BgClassName
{
background-color: #1AF872;
}
</style>
border-color css
<style>
span { border-color: #1AF872; }
span { border-color: rgb(26,248,114); }
td.TdClassName
{
border-color: #1AF872;
}
.TagClassName
{
border-color: #1AF872;
}
</style>