Shades of Spring Green #0FF18A
Tints of Spring Green #0FF18A
RGB
CMYK
RGB Variations
Color information
#0FF18A (or 0x0FF18A) is known color: Spring Green. HEX triplet: 0F, F1 and 8A. RGB value is (15,241,138). Sum of RGB (Red+Green+Blue) = 15+241+138=394 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.81% from 394); Green value is 241 (94.53% from 255 or 61.17% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 241 - color contains mainly: green. Hex color #0FF18A is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FF18A is #F00E75. Grayscale: #A1A1A1. Windows color (decimal): -15732342 or 9105679. OLE color: 9105679.
HSL color Cylindrical-coordinate representation of color #0FF18A: hue angle of 152.65º degrees, saturation: 0.89, 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 #0FF18A is Cyan = 0.94, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 15 | 241 | 138 | - |
| CMYK | 0.94 | 0 | 0.43 | 0.05 |
| HSL | 152.65º | 0.89% | 0.5% | - |
| HSV(B) | 152.65º | 0.94% | 0.95% | - |
| XYZ | 36.24 | 64.85 | 34.65 | - |
| YUV | 161.68 | 114.63 | 23.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 241 | 138 | 0.94 | 0 | 0.43 | 0.05 | 152.65 | 0.89 | 0.5 |
| Hex | F | F1 | 8A | 5E | 0 | 2B | 5 | 99 | 59 | 32 |
| Octal | 17 | 361 | 212 | 136 | 0 | 53 | 5 | 231 | 131 | 62 |
| Binary | 1111 | 11110001 | 10001010 | 1011110 | 0 | 101011 | 101 | 10011001 | 1011001 | 110010 |
Color Harmonies of #0FF18A
Complementary color
Monochromatic Colors of #0FF18A
Black with #0FF18A
Text Example
Text Example
White with #0FF18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF18A; }
p { color: rgb(15,241,138); }
H1.HeaderClassName
{
color: #0FF18A;
}
.AnyTagClassName
{
color: #0FF18A;
}
</style>
background-color css
<style>
a { background-color: #0FF18A; }
a { background-color: rgb(15,241,138); }
div.DivClassName
{
background-color: #0FF18A;
}
.BgClassName
{
background-color: #0FF18A;
}
</style>
border-color css
<style>
span { border-color: #0FF18A; }
span { border-color: rgb(15,241,138); }
td.TdClassName
{
border-color: #0FF18A;
}
.TagClassName
{
border-color: #0FF18A;
}
</style>