Shades of Spring Green #26FA7F
Tints of Spring Green #26FA7F
RGB
CMYK
RGB Variations
Color information
#26FA7F (or 0x26FA7F) is known color: Spring Green. HEX triplet: 26, FA and 7F. RGB value is (38,250,127). Sum of RGB (Red+Green+Blue) = 38+250+127=415 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.16% from 415); Green value is 250 (98.05% from 255 or 60.24% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 250 - color contains mainly: green. Hex color #26FA7F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #26FA7F is #D90580. Grayscale: #ACACAC. Windows color (decimal): -14222721 or 8387110. OLE color: 8387110.
HSL color Cylindrical-coordinate representation of color #26FA7F: hue angle of 145.19º 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 #26FA7F is Cyan = 0.85, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 250 | 127 | - |
| CMYK | 0.85 | 0 | 0.49 | 0.02 |
| HSL | 145.19º | 0.95% | 0.56% | - |
| HSV(B) | 145.19º | 0.85% | 0.98% | - |
| XYZ | 38.82 | 70.32 | 31.61 | - |
| YUV | 172.59 | 102.26 | 32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 250 | 127 | 0.85 | 0 | 0.49 | 0.02 | 145.19 | 0.95 | 0.56 |
| Hex | 26 | FA | 7F | 55 | 0 | 31 | 2 | 91 | 5F | 38 |
| Octal | 46 | 372 | 177 | 125 | 0 | 61 | 2 | 221 | 137 | 70 |
| Binary | 100110 | 11111010 | 1111111 | 1010101 | 0 | 110001 | 10 | 10010001 | 1011111 | 111000 |
Color Harmonies of #26FA7F
Complementary color
Monochromatic Colors of #26FA7F
Black with #26FA7F
Text Example
Text Example
White with #26FA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26FA7F; }
p { color: rgb(38,250,127); }
H1.HeaderClassName
{
color: #26FA7F;
}
.AnyTagClassName
{
color: #26FA7F;
}
</style>
background-color css
<style>
a { background-color: #26FA7F; }
a { background-color: rgb(38,250,127); }
div.DivClassName
{
background-color: #26FA7F;
}
.BgClassName
{
background-color: #26FA7F;
}
</style>
border-color css
<style>
span { border-color: #26FA7F; }
span { border-color: rgb(38,250,127); }
td.TdClassName
{
border-color: #26FA7F;
}
.TagClassName
{
border-color: #26FA7F;
}
</style>