Shades of Spring Green #0BF174
Tints of Spring Green #0BF174
RGB
CMYK
RGB Variations
Color information
#0BF174 (or 0x0BF174) is known color: Spring Green. HEX triplet: 0B, F1 and 74. RGB value is (11,241,116). Sum of RGB (Red+Green+Blue) = 11+241+116=368 (48% of max value = 765). Red value is 11 (4.69% from 255 or 2.99% from 368); Green value is 241 (94.53% from 255 or 65.49% from 368); Blue value is 116 (45.70% from 255 or 31.52% from 368); Max value from RGB is 241 - color contains mainly: green. Hex color #0BF174 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BF174 is #F40E8B. Grayscale: #9E9E9E. Windows color (decimal): -15994508 or 7663883. OLE color: 7663883.
HSL color Cylindrical-coordinate representation of color #0BF174: hue angle of 147.39º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BF174 is Cyan = 0.95, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 11 | 241 | 116 | - |
| CMYK | 0.95 | 0 | 0.52 | 0.05 |
| HSL | 147.39º | 0.91% | 0.49% | - |
| HSV(B) | 147.39º | 0.95% | 0.95% | - |
| XYZ | 34.75 | 64.24 | 27.09 | - |
| YUV | 157.98 | 104.3 | 23.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 241 | 116 | 0.95 | 0 | 0.52 | 0.05 | 147.39 | 0.91 | 0.49 |
| Hex | B | F1 | 74 | 5F | 0 | 34 | 5 | 93 | 5B | 31 |
| Octal | 13 | 361 | 164 | 137 | 0 | 64 | 5 | 223 | 133 | 61 |
| Binary | 1011 | 11110001 | 1110100 | 1011111 | 0 | 110100 | 101 | 10010011 | 1011011 | 110001 |
Color Harmonies of #0BF174
Complementary color
Monochromatic Colors of #0BF174
Black with #0BF174
Text Example
Text Example
White with #0BF174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF174; }
p { color: rgb(11,241,116); }
H1.HeaderClassName
{
color: #0BF174;
}
.AnyTagClassName
{
color: #0BF174;
}
</style>
background-color css
<style>
a { background-color: #0BF174; }
a { background-color: rgb(11,241,116); }
div.DivClassName
{
background-color: #0BF174;
}
.BgClassName
{
background-color: #0BF174;
}
</style>
border-color css
<style>
span { border-color: #0BF174; }
span { border-color: rgb(11,241,116); }
td.TdClassName
{
border-color: #0BF174;
}
.TagClassName
{
border-color: #0BF174;
}
</style>