Shades of Free Speech Green #0BEA0A
Tints of Free Speech Green #0BEA0A
RGB
CMYK
RGB Variations
Color information
#0BEA0A (or 0x0BEA0A) is known color: Free Speech Green. HEX triplet: 0B, EA and 0A. RGB value is (11,234,10). Sum of RGB (Red+Green+Blue) = 11+234+10=255 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.31% from 255); Green value is 234 (91.80% from 255 or 91.76% from 255); Blue value is 10 (4.30% from 255 or 3.92% from 255); Max value from RGB is 234 - color contains mainly: green. Hex color #0BEA0A is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BEA0A is #F415F5. Grayscale: #8E8E8E. Windows color (decimal): -15996406 or 715275. OLE color: 715275.
HSL color Cylindrical-coordinate representation of color #0BEA0A: hue angle of 119.73º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BEA0A is Cyan = 0.95, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 234 | 10 | - |
| CMYK | 0.95 | 0 | 0.96 | 0.08 |
| HSL | 119.73º | 0.92% | 0.48% | - |
| HSV(B) | 119.73º | 0.96% | 0.92% | - |
| XYZ | 29.62 | 58.94 | 10.1 | - |
| YUV | 141.79 | 53.62 | 34.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 234 | 10 | 0.95 | 0 | 0.96 | 0.08 | 119.73 | 0.92 | 0.48 |
| Hex | B | EA | A | 5F | 0 | 60 | 8 | 78 | 5C | 30 |
| Octal | 13 | 352 | 12 | 137 | 0 | 140 | 10 | 170 | 134 | 60 |
| Binary | 1011 | 11101010 | 1010 | 1011111 | 0 | 1100000 | 1000 | 1111000 | 1011100 | 110000 |
Color Harmonies of #0BEA0A
Complementary color
Monochromatic Colors of #0BEA0A
Black with #0BEA0A
Text Example
Text Example
White with #0BEA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEA0A; }
p { color: rgb(11,234,10); }
H1.HeaderClassName
{
color: #0BEA0A;
}
.AnyTagClassName
{
color: #0BEA0A;
}
</style>
background-color css
<style>
a { background-color: #0BEA0A; }
a { background-color: rgb(11,234,10); }
div.DivClassName
{
background-color: #0BEA0A;
}
.BgClassName
{
background-color: #0BEA0A;
}
</style>
border-color css
<style>
span { border-color: #0BEA0A; }
span { border-color: rgb(11,234,10); }
td.TdClassName
{
border-color: #0BEA0A;
}
.TagClassName
{
border-color: #0BEA0A;
}
</style>