Shades of Spring Green #1AFB70
Tints of Spring Green #1AFB70
RGB
CMYK
RGB Variations
Color information
#1AFB70 (or 0x1AFB70) is known color: Spring Green. HEX triplet: 1A, FB and 70. RGB value is (26,251,112). Sum of RGB (Red+Green+Blue) = 26+251+112=389 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.68% from 389); Green value is 251 (98.44% from 255 or 64.52% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 251 - color contains mainly: green. Hex color #1AFB70 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AFB70 is #E5048F. Grayscale: #A8A8A8. Windows color (decimal): -15008912 or 7404314. OLE color: 7404314.
HSL color Cylindrical-coordinate representation of color #1AFB70: hue angle of 142.93º degrees, saturation: 0.97, 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 #1AFB70 is Cyan = 0.90, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 251 | 112 | - |
| CMYK | 0.90 | 0 | 0.55 | 0.02 |
| HSL | 142.93º | 0.97% | 0.54% | - |
| HSV(B) | 142.93º | 0.9% | 0.98% | - |
| XYZ | 37.85 | 70.38 | 26.92 | - |
| YUV | 167.88 | 96.46 | 26.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 251 | 112 | 0.90 | 0 | 0.55 | 0.02 | 142.93 | 0.97 | 0.54 |
| Hex | 1A | FB | 70 | 5A | 0 | 37 | 2 | 8F | 61 | 36 |
| Octal | 32 | 373 | 160 | 132 | 0 | 67 | 2 | 217 | 141 | 66 |
| Binary | 11010 | 11111011 | 1110000 | 1011010 | 0 | 110111 | 10 | 10001111 | 1100001 | 110110 |
Color Harmonies of #1AFB70
Complementary color
Monochromatic Colors of #1AFB70
Black with #1AFB70
Text Example
Text Example
White with #1AFB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFB70; }
p { color: rgb(26,251,112); }
H1.HeaderClassName
{
color: #1AFB70;
}
.AnyTagClassName
{
color: #1AFB70;
}
</style>
background-color css
<style>
a { background-color: #1AFB70; }
a { background-color: rgb(26,251,112); }
div.DivClassName
{
background-color: #1AFB70;
}
.BgClassName
{
background-color: #1AFB70;
}
</style>
border-color css
<style>
span { border-color: #1AFB70; }
span { border-color: rgb(26,251,112); }
td.TdClassName
{
border-color: #1AFB70;
}
.TagClassName
{
border-color: #1AFB70;
}
</style>