Shades of Spring Green #26F96A
Tints of Spring Green #26F96A
RGB
CMYK
RGB Variations
Color information
#26F96A (or 0x26F96A) is known color: Spring Green. HEX triplet: 26, F9 and 6A. RGB value is (38,249,106). Sum of RGB (Red+Green+Blue) = 38+249+106=393 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.67% from 393); Green value is 249 (97.66% from 255 or 63.36% from 393); Blue value is 106 (41.80% from 255 or 26.97% from 393); Max value from RGB is 249 - color contains mainly: green. Hex color #26F96A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #26F96A is #D90695. Grayscale: #A9A9A9. Windows color (decimal): -14222998 or 7010598. OLE color: 7010598.
HSL color Cylindrical-coordinate representation of color #26F96A: hue angle of 139.34º 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 #26F96A is Cyan = 0.85, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 249 | 106 | - |
| CMYK | 0.85 | 0 | 0.57 | 0.02 |
| HSL | 139.34º | 0.95% | 0.56% | - |
| HSV(B) | 139.34º | 0.85% | 0.98% | - |
| XYZ | 37.28 | 69.2 | 25.03 | - |
| YUV | 169.61 | 92.1 | 34.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 249 | 106 | 0.85 | 0 | 0.57 | 0.02 | 139.34 | 0.95 | 0.56 |
| Hex | 26 | F9 | 6A | 55 | 0 | 39 | 2 | 8B | 5F | 38 |
| Octal | 46 | 371 | 152 | 125 | 0 | 71 | 2 | 213 | 137 | 70 |
| Binary | 100110 | 11111001 | 1101010 | 1010101 | 0 | 111001 | 10 | 10001011 | 1011111 | 111000 |
Color Harmonies of #26F96A
Complementary color
Monochromatic Colors of #26F96A
Black with #26F96A
Text Example
Text Example
White with #26F96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26F96A; }
p { color: rgb(38,249,106); }
H1.HeaderClassName
{
color: #26F96A;
}
.AnyTagClassName
{
color: #26F96A;
}
</style>
background-color css
<style>
a { background-color: #26F96A; }
a { background-color: rgb(38,249,106); }
div.DivClassName
{
background-color: #26F96A;
}
.BgClassName
{
background-color: #26F96A;
}
</style>
border-color css
<style>
span { border-color: #26F96A; }
span { border-color: rgb(38,249,106); }
td.TdClassName
{
border-color: #26F96A;
}
.TagClassName
{
border-color: #26F96A;
}
</style>