Shades of Free Speech Green #0BC90A
Tints of Free Speech Green #0BC90A
RGB
CMYK
RGB Variations
Color information
#0BC90A (or 0x0BC90A) is known color: Free Speech Green. HEX triplet: 0B, C9 and 0A. RGB value is (11,201,10). Sum of RGB (Red+Green+Blue) = 11+201+10=222 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.95% from 222); Green value is 201 (78.91% from 255 or 90.54% from 222); Blue value is 10 (4.30% from 255 or 4.50% from 222); Max value from RGB is 201 - color contains mainly: green. Hex color #0BC90A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BC90A is #F436F5. Grayscale: #7A7A7A. Windows color (decimal): -16004854 or 706827. OLE color: 706827.
HSL color Cylindrical-coordinate representation of color #0BC90A: hue angle of 119.69º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BC90A is Cyan = 0.95, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 11 | 201 | 10 | - |
| CMYK | 0.95 | 0 | 0.95 | 0.21 |
| HSL | 119.69º | 0.91% | 0.41% | - |
| HSV(B) | 119.69º | 0.95% | 0.79% | - |
| XYZ | 21.08 | 41.87 | 7.26 | - |
| YUV | 122.42 | 64.55 | 48.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 201 | 10 | 0.95 | 0 | 0.95 | 0.21 | 119.69 | 0.91 | 0.41 |
| Hex | B | C9 | A | 5F | 0 | 5F | 15 | 78 | 5B | 29 |
| Octal | 13 | 311 | 12 | 137 | 0 | 137 | 25 | 170 | 133 | 51 |
| Binary | 1011 | 11001001 | 1010 | 1011111 | 0 | 1011111 | 10101 | 1111000 | 1011011 | 101001 |
Color Harmonies of #0BC90A
Complementary color
Monochromatic Colors of #0BC90A
Black with #0BC90A
Text Example
Text Example
White with #0BC90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC90A; }
p { color: rgb(11,201,10); }
H1.HeaderClassName
{
color: #0BC90A;
}
.AnyTagClassName
{
color: #0BC90A;
}
</style>
background-color css
<style>
a { background-color: #0BC90A; }
a { background-color: rgb(11,201,10); }
div.DivClassName
{
background-color: #0BC90A;
}
.BgClassName
{
background-color: #0BC90A;
}
</style>
border-color css
<style>
span { border-color: #0BC90A; }
span { border-color: rgb(11,201,10); }
td.TdClassName
{
border-color: #0BC90A;
}
.TagClassName
{
border-color: #0BC90A;
}
</style>