Shades of Free Speech Green #0BF908
Tints of Free Speech Green #0BF908
RGB
CMYK
RGB Variations
Color information
#0BF908 (or 0x0BF908) is known color: Free Speech Green. HEX triplet: 0B, F9 and 08. RGB value is (11,249,8). Sum of RGB (Red+Green+Blue) = 11+249+8=268 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.10% from 268); Green value is 249 (97.66% from 255 or 92.91% from 268); Blue value is 8 (3.52% from 255 or 2.99% from 268); Max value from RGB is 249 - color contains mainly: green. Hex color #0BF908 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BF908 is #F406F7. Grayscale: #979797. Windows color (decimal): -15992568 or 588043. OLE color: 588043.
HSL color Cylindrical-coordinate representation of color #0BF908: hue angle of 119.25º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0BF908 is Cyan = 0.96, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 249 | 8 | - |
| CMYK | 0.96 | 0 | 0.97 | 0.02 |
| HSL | 119.25º | 0.95% | 0.5% | - |
| HSV(B) | 119.25º | 0.97% | 0.98% | - |
| XYZ | 34.06 | 67.84 | 11.53 | - |
| YUV | 150.36 | 47.65 | 28.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 249 | 8 | 0.96 | 0 | 0.97 | 0.02 | 119.25 | 0.95 | 0.5 |
| Hex | B | F9 | 8 | 60 | 0 | 61 | 2 | 77 | 5F | 32 |
| Octal | 13 | 371 | 10 | 140 | 0 | 141 | 2 | 167 | 137 | 62 |
| Binary | 1011 | 11111001 | 1000 | 1100000 | 0 | 1100001 | 10 | 1110111 | 1011111 | 110010 |
Color Harmonies of #0BF908
Complementary color
Monochromatic Colors of #0BF908
Black with #0BF908
Text Example
Text Example
White with #0BF908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF908; }
p { color: rgb(11,249,8); }
H1.HeaderClassName
{
color: #0BF908;
}
.AnyTagClassName
{
color: #0BF908;
}
</style>
background-color css
<style>
a { background-color: #0BF908; }
a { background-color: rgb(11,249,8); }
div.DivClassName
{
background-color: #0BF908;
}
.BgClassName
{
background-color: #0BF908;
}
</style>
border-color css
<style>
span { border-color: #0BF908; }
span { border-color: rgb(11,249,8); }
td.TdClassName
{
border-color: #0BF908;
}
.TagClassName
{
border-color: #0BF908;
}
</style>