Shades of Spring Green #26EA80
Tints of Spring Green #26EA80
RGB
CMYK
RGB Variations
Color information
#26EA80 (or 0x26EA80) is known color: Spring Green. HEX triplet: 26, EA and 80. RGB value is (38,234,128). Sum of RGB (Red+Green+Blue) = 38+234+128=400 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.5% from 400); Green value is 234 (91.80% from 255 or 58.5% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 234 - color contains mainly: green. Hex color #26EA80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #26EA80 is #D9157F. Grayscale: #A3A3A3. Windows color (decimal): -14226816 or 8448550. OLE color: 8448550.
HSL color Cylindrical-coordinate representation of color #26EA80: hue angle of 147.55º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26EA80 is Cyan = 0.84, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 38 | 234 | 128 | - |
| CMYK | 0.84 | 0 | 0.45 | 0.08 |
| HSL | 147.55º | 0.82% | 0.53% | - |
| HSV(B) | 147.55º | 0.84% | 0.92% | - |
| XYZ | 34.12 | 60.82 | 30.36 | - |
| YUV | 163.31 | 108.07 | 38.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 234 | 128 | 0.84 | 0 | 0.45 | 0.08 | 147.55 | 0.82 | 0.53 |
| Hex | 26 | EA | 80 | 54 | 0 | 2D | 8 | 94 | 52 | 35 |
| Octal | 46 | 352 | 200 | 124 | 0 | 55 | 10 | 224 | 122 | 65 |
| Binary | 100110 | 11101010 | 10000000 | 1010100 | 0 | 101101 | 1000 | 10010100 | 1010010 | 110101 |
Color Harmonies of #26EA80
Complementary color
Monochromatic Colors of #26EA80
Black with #26EA80
Text Example
Text Example
White with #26EA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26EA80; }
p { color: rgb(38,234,128); }
H1.HeaderClassName
{
color: #26EA80;
}
.AnyTagClassName
{
color: #26EA80;
}
</style>
background-color css
<style>
a { background-color: #26EA80; }
a { background-color: rgb(38,234,128); }
div.DivClassName
{
background-color: #26EA80;
}
.BgClassName
{
background-color: #26EA80;
}
</style>
border-color css
<style>
span { border-color: #26EA80; }
span { border-color: rgb(38,234,128); }
td.TdClassName
{
border-color: #26EA80;
}
.TagClassName
{
border-color: #26EA80;
}
</style>