Shades of Free Speech Green #0BF422
Tints of Free Speech Green #0BF422
RGB
CMYK
RGB Variations
Color information
#0BF422 (or 0x0BF422) is known color: Free Speech Green. HEX triplet: 0B, F4 and 22. RGB value is (11,244,34). Sum of RGB (Red+Green+Blue) = 11+244+34=289 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.81% from 289); Green value is 244 (95.70% from 255 or 84.43% from 289); Blue value is 34 (13.67% from 255 or 11.76% from 289); Max value from RGB is 244 - color contains mainly: green. Hex color #0BF422 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BF422 is #F40BDD. Grayscale: #979797. Windows color (decimal): -15993822 or 2290699. OLE color: 2290699.
HSL color Cylindrical-coordinate representation of color #0BF422: hue angle of 125.92º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BF422 is Cyan = 0.95, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 11 | 244 | 34 | - |
| CMYK | 0.95 | 0 | 0.86 | 0.04 |
| HSL | 125.92º | 0.91% | 0.5% | - |
| HSV(B) | 125.92º | 0.95% | 0.96% | - |
| XYZ | 32.78 | 64.89 | 12.31 | - |
| YUV | 150.39 | 62.31 | 28.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 244 | 34 | 0.95 | 0 | 0.86 | 0.04 | 125.92 | 0.91 | 0.5 |
| Hex | B | F4 | 22 | 5F | 0 | 56 | 4 | 7E | 5B | 32 |
| Octal | 13 | 364 | 42 | 137 | 0 | 126 | 4 | 176 | 133 | 62 |
| Binary | 1011 | 11110100 | 100010 | 1011111 | 0 | 1010110 | 100 | 1111110 | 1011011 | 110010 |
Color Harmonies of #0BF422
Complementary color
Monochromatic Colors of #0BF422
Black with #0BF422
Text Example
Text Example
White with #0BF422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF422; }
p { color: rgb(11,244,34); }
H1.HeaderClassName
{
color: #0BF422;
}
.AnyTagClassName
{
color: #0BF422;
}
</style>
background-color css
<style>
a { background-color: #0BF422; }
a { background-color: rgb(11,244,34); }
div.DivClassName
{
background-color: #0BF422;
}
.BgClassName
{
background-color: #0BF422;
}
</style>
border-color css
<style>
span { border-color: #0BF422; }
span { border-color: rgb(11,244,34); }
td.TdClassName
{
border-color: #0BF422;
}
.TagClassName
{
border-color: #0BF422;
}
</style>