Shades of Free Speech Green #0BFE0A
Tints of Free Speech Green #0BFE0A
RGB
CMYK
RGB Variations
Color information
#0BFE0A (or 0x0BFE0A) is known color: Free Speech Green. HEX triplet: 0B, FE and 0A. RGB value is (11,254,10). Sum of RGB (Red+Green+Blue) = 11+254+10=275 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4% from 275); Green value is 254 (99.61% from 255 or 92.36% from 275); Blue value is 10 (4.30% from 255 or 3.64% from 275); Max value from RGB is 254 - color contains mainly: green. Hex color #0BFE0A is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BFE0A is #F401F5. Grayscale: #9A9A9A. Windows color (decimal): -15991286 or 720395. OLE color: 720395.
HSL color Cylindrical-coordinate representation of color #0BFE0A: hue angle of 119.75º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFE0A is Cyan = 0.96, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 11 | 254 | 10 | - |
| CMYK | 0.96 | 0 | 0.96 | 0.00 |
| HSL | 119.75º | 0.99% | 0.52% | - |
| HSV(B) | 119.75º | 0.96% | 1% | - |
| XYZ | 35.63 | 70.98 | 12.11 | - |
| YUV | 153.53 | 46.99 | 26.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 254 | 10 | 0.96 | 0 | 0.96 | 0.00 | 119.75 | 0.99 | 0.52 |
| Hex | B | FE | A | 60 | 0 | 60 | 0 | 78 | 63 | 34 |
| Octal | 13 | 376 | 12 | 140 | 0 | 140 | 0 | 170 | 143 | 64 |
| Binary | 1011 | 11111110 | 1010 | 1100000 | 0 | 1100000 | 0 | 1111000 | 1100011 | 110100 |
Color Harmonies of #0BFE0A
Complementary color
Monochromatic Colors of #0BFE0A
Black with #0BFE0A
Text Example
Text Example
White with #0BFE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFE0A; }
p { color: rgb(11,254,10); }
H1.HeaderClassName
{
color: #0BFE0A;
}
.AnyTagClassName
{
color: #0BFE0A;
}
</style>
background-color css
<style>
a { background-color: #0BFE0A; }
a { background-color: rgb(11,254,10); }
div.DivClassName
{
background-color: #0BFE0A;
}
.BgClassName
{
background-color: #0BFE0A;
}
</style>
border-color css
<style>
span { border-color: #0BFE0A; }
span { border-color: rgb(11,254,10); }
td.TdClassName
{
border-color: #0BFE0A;
}
.TagClassName
{
border-color: #0BFE0A;
}
</style>