Shades of Spring Green #0BF167
Tints of Spring Green #0BF167
RGB
CMYK
RGB Variations
Color information
#0BF167 (or 0x0BF167) is known color: Spring Green. HEX triplet: 0B, F1 and 67. RGB value is (11,241,103). Sum of RGB (Red+Green+Blue) = 11+241+103=355 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.10% from 355); Green value is 241 (94.53% from 255 or 67.89% from 355); Blue value is 103 (40.62% from 255 or 29.01% from 355); Max value from RGB is 241 - color contains mainly: green. Hex color #0BF167 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BF167 is #F40E98. Grayscale: #9C9C9C. Windows color (decimal): -15994521 or 6811915. OLE color: 6811915.
HSL color Cylindrical-coordinate representation of color #0BF167: hue angle of 144º 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 #0BF167 is Cyan = 0.95, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 11 | 241 | 103 | - |
| CMYK | 0.95 | 0 | 0.57 | 0.05 |
| HSL | 144º | 0.91% | 0.49% | - |
| HSV(B) | 144º | 0.95% | 0.95% | - |
| XYZ | 34.04 | 63.96 | 23.38 | - |
| YUV | 156.5 | 97.8 | 24.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 241 | 103 | 0.95 | 0 | 0.57 | 0.05 | 144 | 0.91 | 0.49 |
| Hex | B | F1 | 67 | 5F | 0 | 39 | 5 | 90 | 5B | 31 |
| Octal | 13 | 361 | 147 | 137 | 0 | 71 | 5 | 220 | 133 | 61 |
| Binary | 1011 | 11110001 | 1100111 | 1011111 | 0 | 111001 | 101 | 10010000 | 1011011 | 110001 |
Color Harmonies of #0BF167
Complementary color
Monochromatic Colors of #0BF167
Black with #0BF167
Text Example
Text Example
White with #0BF167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF167; }
p { color: rgb(11,241,103); }
H1.HeaderClassName
{
color: #0BF167;
}
.AnyTagClassName
{
color: #0BF167;
}
</style>
background-color css
<style>
a { background-color: #0BF167; }
a { background-color: rgb(11,241,103); }
div.DivClassName
{
background-color: #0BF167;
}
.BgClassName
{
background-color: #0BF167;
}
</style>
border-color css
<style>
span { border-color: #0BF167; }
span { border-color: rgb(11,241,103); }
td.TdClassName
{
border-color: #0BF167;
}
.TagClassName
{
border-color: #0BF167;
}
</style>