Shades of Spring Green #26F082
Tints of Spring Green #26F082
RGB
CMYK
RGB Variations
Color information
#26F082 (or 0x26F082) is known color: Spring Green. HEX triplet: 26, F0 and 82. RGB value is (38,240,130). Sum of RGB (Red+Green+Blue) = 38+240+130=408 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.31% from 408); Green value is 240 (94.14% from 255 or 58.82% from 408); Blue value is 130 (51.17% from 255 or 31.86% from 408); Max value from RGB is 240 - color contains mainly: green. Hex color #26F082 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #26F082 is #D90F7D. Grayscale: #A7A7A7. Windows color (decimal): -14225278 or 8581158. OLE color: 8581158.
HSL color Cylindrical-coordinate representation of color #26F082: hue angle of 147.33º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26F082 is Cyan = 0.84, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 38 | 240 | 130 | - |
| CMYK | 0.84 | 0 | 0.46 | 0.06 |
| HSL | 147.33º | 0.87% | 0.55% | - |
| HSV(B) | 147.33º | 0.84% | 0.94% | - |
| XYZ | 35.99 | 64.34 | 31.64 | - |
| YUV | 167.06 | 107.08 | 35.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 240 | 130 | 0.84 | 0 | 0.46 | 0.06 | 147.33 | 0.87 | 0.55 |
| Hex | 26 | F0 | 82 | 54 | 0 | 2E | 6 | 93 | 57 | 37 |
| Octal | 46 | 360 | 202 | 124 | 0 | 56 | 6 | 223 | 127 | 67 |
| Binary | 100110 | 11110000 | 10000010 | 1010100 | 0 | 101110 | 110 | 10010011 | 1010111 | 110111 |
Color Harmonies of #26F082
Complementary color
Monochromatic Colors of #26F082
Black with #26F082
Text Example
Text Example
White with #26F082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26F082; }
p { color: rgb(38,240,130); }
H1.HeaderClassName
{
color: #26F082;
}
.AnyTagClassName
{
color: #26F082;
}
</style>
background-color css
<style>
a { background-color: #26F082; }
a { background-color: rgb(38,240,130); }
div.DivClassName
{
background-color: #26F082;
}
.BgClassName
{
background-color: #26F082;
}
</style>
border-color css
<style>
span { border-color: #26F082; }
span { border-color: rgb(38,240,130); }
td.TdClassName
{
border-color: #26F082;
}
.TagClassName
{
border-color: #26F082;
}
</style>