Shades of Spring Green #26F270
Tints of Spring Green #26F270
RGB
CMYK
RGB Variations
Color information
#26F270 (or 0x26F270) is known color: Spring Green. HEX triplet: 26, F2 and 70. RGB value is (38,242,112). Sum of RGB (Red+Green+Blue) = 38+242+112=392 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.69% from 392); Green value is 242 (94.92% from 255 or 61.73% from 392); Blue value is 112 (44.14% from 255 or 28.57% from 392); Max value from RGB is 242 - color contains mainly: green. Hex color #26F270 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #26F270 is #D90D8F. Grayscale: #A6A6A6. Windows color (decimal): -14224784 or 7402022. OLE color: 7402022.
HSL color Cylindrical-coordinate representation of color #26F270: hue angle of 141.76º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26F270 is Cyan = 0.84, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 242 | 112 | - |
| CMYK | 0.84 | 0 | 0.54 | 0.05 |
| HSL | 141.76º | 0.89% | 0.55% | - |
| HSV(B) | 141.76º | 0.84% | 0.95% | - |
| XYZ | 35.48 | 65.09 | 26.02 | - |
| YUV | 166.18 | 97.41 | 36.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 242 | 112 | 0.84 | 0 | 0.54 | 0.05 | 141.76 | 0.89 | 0.55 |
| Hex | 26 | F2 | 70 | 54 | 0 | 36 | 5 | 8E | 59 | 37 |
| Octal | 46 | 362 | 160 | 124 | 0 | 66 | 5 | 216 | 131 | 67 |
| Binary | 100110 | 11110010 | 1110000 | 1010100 | 0 | 110110 | 101 | 10001110 | 1011001 | 110111 |
Color Harmonies of #26F270
Complementary color
Monochromatic Colors of #26F270
Black with #26F270
Text Example
Text Example
White with #26F270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26F270; }
p { color: rgb(38,242,112); }
H1.HeaderClassName
{
color: #26F270;
}
.AnyTagClassName
{
color: #26F270;
}
</style>
background-color css
<style>
a { background-color: #26F270; }
a { background-color: rgb(38,242,112); }
div.DivClassName
{
background-color: #26F270;
}
.BgClassName
{
background-color: #26F270;
}
</style>
border-color css
<style>
span { border-color: #26F270; }
span { border-color: rgb(38,242,112); }
td.TdClassName
{
border-color: #26F270;
}
.TagClassName
{
border-color: #26F270;
}
</style>