Shades of Spring Green #0FF26A
Tints of Spring Green #0FF26A
RGB
CMYK
RGB Variations
Color information
#0FF26A (or 0x0FF26A) is known color: Spring Green. HEX triplet: 0F, F2 and 6A. RGB value is (15,242,106). Sum of RGB (Red+Green+Blue) = 15+242+106=363 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.13% from 363); Green value is 242 (94.92% from 255 or 66.67% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 242 - color contains mainly: green. Hex color #0FF26A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FF26A is #F00D95. Grayscale: #9E9E9E. Windows color (decimal): -15732118 or 7008783. OLE color: 7008783.
HSL color Cylindrical-coordinate representation of color #0FF26A: hue angle of 144.05º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF26A is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 15 | 242 | 106 | - |
| CMYK | 0.94 | 0 | 0.56 | 0.05 |
| HSL | 144.05º | 0.9% | 0.5% | - |
| HSV(B) | 144.05º | 0.94% | 0.95% | - |
| XYZ | 34.55 | 64.65 | 24.29 | - |
| YUV | 158.62 | 98.29 | 25.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 242 | 106 | 0.94 | 0 | 0.56 | 0.05 | 144.05 | 0.9 | 0.5 |
| Hex | F | F2 | 6A | 5E | 0 | 38 | 5 | 90 | 5A | 32 |
| Octal | 17 | 362 | 152 | 136 | 0 | 70 | 5 | 220 | 132 | 62 |
| Binary | 1111 | 11110010 | 1101010 | 1011110 | 0 | 111000 | 101 | 10010000 | 1011010 | 110010 |
Color Harmonies of #0FF26A
Complementary color
Monochromatic Colors of #0FF26A
Black with #0FF26A
Text Example
Text Example
White with #0FF26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF26A; }
p { color: rgb(15,242,106); }
H1.HeaderClassName
{
color: #0FF26A;
}
.AnyTagClassName
{
color: #0FF26A;
}
</style>
background-color css
<style>
a { background-color: #0FF26A; }
a { background-color: rgb(15,242,106); }
div.DivClassName
{
background-color: #0FF26A;
}
.BgClassName
{
background-color: #0FF26A;
}
</style>
border-color css
<style>
span { border-color: #0FF26A; }
span { border-color: rgb(15,242,106); }
td.TdClassName
{
border-color: #0FF26A;
}
.TagClassName
{
border-color: #0FF26A;
}
</style>