Shades of Spring Green #1AFB8A
Tints of Spring Green #1AFB8A
RGB
CMYK
RGB Variations
Color information
#1AFB8A (or 0x1AFB8A) is known color: Spring Green. HEX triplet: 1A, FB and 8A. RGB value is (26,251,138). Sum of RGB (Red+Green+Blue) = 26+251+138=415 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.27% from 415); Green value is 251 (98.44% from 255 or 60.48% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 251 - color contains mainly: green. Hex color #1AFB8A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1AFB8A is #E50475. Grayscale: #ABABAB. Windows color (decimal): -15008886 or 9108250. OLE color: 9108250.
HSL color Cylindrical-coordinate representation of color #1AFB8A: hue angle of 149.87º 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 #1AFB8A is Cyan = 0.90, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 251 | 138 | - |
| CMYK | 0.90 | 0 | 0.45 | 0.02 |
| HSL | 149.87º | 0.97% | 0.54% | - |
| HSV(B) | 149.87º | 0.9% | 0.98% | - |
| XYZ | 39.51 | 71.05 | 35.68 | - |
| YUV | 170.84 | 109.46 | 24.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 251 | 138 | 0.90 | 0 | 0.45 | 0.02 | 149.87 | 0.97 | 0.54 |
| Hex | 1A | FB | 8A | 5A | 0 | 2D | 2 | 96 | 61 | 36 |
| Octal | 32 | 373 | 212 | 132 | 0 | 55 | 2 | 226 | 141 | 66 |
| Binary | 11010 | 11111011 | 10001010 | 1011010 | 0 | 101101 | 10 | 10010110 | 1100001 | 110110 |
Color Harmonies of #1AFB8A
Complementary color
Monochromatic Colors of #1AFB8A
Black with #1AFB8A
Text Example
Text Example
White with #1AFB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFB8A; }
p { color: rgb(26,251,138); }
H1.HeaderClassName
{
color: #1AFB8A;
}
.AnyTagClassName
{
color: #1AFB8A;
}
</style>
background-color css
<style>
a { background-color: #1AFB8A; }
a { background-color: rgb(26,251,138); }
div.DivClassName
{
background-color: #1AFB8A;
}
.BgClassName
{
background-color: #1AFB8A;
}
</style>
border-color css
<style>
span { border-color: #1AFB8A; }
span { border-color: rgb(26,251,138); }
td.TdClassName
{
border-color: #1AFB8A;
}
.TagClassName
{
border-color: #1AFB8A;
}
</style>