Shades of Free Speech Green #0BC90E
Tints of Free Speech Green #0BC90E
RGB
CMYK
RGB Variations
Color information
#0BC90E (or 0x0BC90E) is known color: Free Speech Green. HEX triplet: 0B, C9 and 0E. RGB value is (11,201,14). Sum of RGB (Red+Green+Blue) = 11+201+14=226 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.87% from 226); Green value is 201 (78.91% from 255 or 88.94% from 226); Blue value is 14 (5.86% from 255 or 6.19% from 226); Max value from RGB is 201 - color contains mainly: green. Hex color #0BC90E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BC90E is #F436F1. Grayscale: #7B7B7B. Windows color (decimal): -16004850 or 968971. OLE color: 968971.
HSL color Cylindrical-coordinate representation of color #0BC90E: hue angle of 120.95º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BC90E is Cyan = 0.95, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 11 | 201 | 14 | - |
| CMYK | 0.95 | 0 | 0.93 | 0.21 |
| HSL | 120.95º | 0.9% | 0.42% | - |
| HSV(B) | 120.95º | 0.95% | 0.79% | - |
| XYZ | 21.1 | 41.88 | 7.39 | - |
| YUV | 122.87 | 66.55 | 48.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 201 | 14 | 0.95 | 0 | 0.93 | 0.21 | 120.95 | 0.9 | 0.42 |
| Hex | B | C9 | E | 5F | 0 | 5D | 15 | 79 | 5A | 2A |
| Octal | 13 | 311 | 16 | 137 | 0 | 135 | 25 | 171 | 132 | 52 |
| Binary | 1011 | 11001001 | 1110 | 1011111 | 0 | 1011101 | 10101 | 1111001 | 1011010 | 101010 |
Color Harmonies of #0BC90E
Complementary color
Monochromatic Colors of #0BC90E
Black with #0BC90E
Text Example
Text Example
White with #0BC90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC90E; }
p { color: rgb(11,201,14); }
H1.HeaderClassName
{
color: #0BC90E;
}
.AnyTagClassName
{
color: #0BC90E;
}
</style>
background-color css
<style>
a { background-color: #0BC90E; }
a { background-color: rgb(11,201,14); }
div.DivClassName
{
background-color: #0BC90E;
}
.BgClassName
{
background-color: #0BC90E;
}
</style>
border-color css
<style>
span { border-color: #0BC90E; }
span { border-color: rgb(11,201,14); }
td.TdClassName
{
border-color: #0BC90E;
}
.TagClassName
{
border-color: #0BC90E;
}
</style>