Shades of Spring Green #26FA86
Tints of Spring Green #26FA86
RGB
CMYK
RGB Variations
Color information
#26FA86 (or 0x26FA86) is known color: Spring Green. HEX triplet: 26, FA and 86. RGB value is (38,250,134). Sum of RGB (Red+Green+Blue) = 38+250+134=422 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.00% from 422); Green value is 250 (98.05% from 255 or 59.24% from 422); Blue value is 134 (52.73% from 255 or 31.75% from 422); Max value from RGB is 250 - color contains mainly: green. Hex color #26FA86 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #26FA86 is #D90579. Grayscale: #ADADAD. Windows color (decimal): -14222714 or 8845862. OLE color: 8845862.
HSL color Cylindrical-coordinate representation of color #26FA86: hue angle of 147.17º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26FA86 is Cyan = 0.85, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 250 | 134 | - |
| CMYK | 0.85 | 0 | 0.46 | 0.02 |
| HSL | 147.17º | 0.95% | 0.56% | - |
| HSV(B) | 147.17º | 0.85% | 0.98% | - |
| XYZ | 39.29 | 70.5 | 34.09 | - |
| YUV | 173.39 | 105.76 | 31.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 250 | 134 | 0.85 | 0 | 0.46 | 0.02 | 147.17 | 0.95 | 0.56 |
| Hex | 26 | FA | 86 | 55 | 0 | 2E | 2 | 93 | 5F | 38 |
| Octal | 46 | 372 | 206 | 125 | 0 | 56 | 2 | 223 | 137 | 70 |
| Binary | 100110 | 11111010 | 10000110 | 1010101 | 0 | 101110 | 10 | 10010011 | 1011111 | 111000 |
Color Harmonies of #26FA86
Complementary color
Monochromatic Colors of #26FA86
Black with #26FA86
Text Example
Text Example
White with #26FA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26FA86; }
p { color: rgb(38,250,134); }
H1.HeaderClassName
{
color: #26FA86;
}
.AnyTagClassName
{
color: #26FA86;
}
</style>
background-color css
<style>
a { background-color: #26FA86; }
a { background-color: rgb(38,250,134); }
div.DivClassName
{
background-color: #26FA86;
}
.BgClassName
{
background-color: #26FA86;
}
</style>
border-color css
<style>
span { border-color: #26FA86; }
span { border-color: rgb(38,250,134); }
td.TdClassName
{
border-color: #26FA86;
}
.TagClassName
{
border-color: #26FA86;
}
</style>