Shades of Free Speech Green #0BE619
Tints of Free Speech Green #0BE619
RGB
CMYK
RGB Variations
Color information
#0BE619 (or 0x0BE619) is known color: Free Speech Green. HEX triplet: 0B, E6 and 19. RGB value is (11,230,25). Sum of RGB (Red+Green+Blue) = 11+230+25=266 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.14% from 266); Green value is 230 (90.23% from 255 or 86.47% from 266); Blue value is 25 (10.16% from 255 or 9.40% from 266); Max value from RGB is 230 - color contains mainly: green. Hex color #0BE619 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BE619 is #F419E6. Grayscale: #8D8D8D. Windows color (decimal): -15997415 or 1697291. OLE color: 1697291.
HSL color Cylindrical-coordinate representation of color #0BE619: hue angle of 123.84º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE619 is Cyan = 0.95, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 11 | 230 | 25 | - |
| CMYK | 0.95 | 0 | 0.89 | 0.10 |
| HSL | 123.84º | 0.91% | 0.47% | - |
| HSV(B) | 123.84º | 0.95% | 0.9% | - |
| XYZ | 28.61 | 56.73 | 10.36 | - |
| YUV | 141.15 | 62.45 | 35.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 230 | 25 | 0.95 | 0 | 0.89 | 0.10 | 123.84 | 0.91 | 0.47 |
| Hex | B | E6 | 19 | 5F | 0 | 59 | A | 7C | 5B | 2F |
| Octal | 13 | 346 | 31 | 137 | 0 | 131 | 12 | 174 | 133 | 57 |
| Binary | 1011 | 11100110 | 11001 | 1011111 | 0 | 1011001 | 1010 | 1111100 | 1011011 | 101111 |
Color Harmonies of #0BE619
Complementary color
Monochromatic Colors of #0BE619
Black with #0BE619
Text Example
Text Example
White with #0BE619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE619; }
p { color: rgb(11,230,25); }
H1.HeaderClassName
{
color: #0BE619;
}
.AnyTagClassName
{
color: #0BE619;
}
</style>
background-color css
<style>
a { background-color: #0BE619; }
a { background-color: rgb(11,230,25); }
div.DivClassName
{
background-color: #0BE619;
}
.BgClassName
{
background-color: #0BE619;
}
</style>
border-color css
<style>
span { border-color: #0BE619; }
span { border-color: rgb(11,230,25); }
td.TdClassName
{
border-color: #0BE619;
}
.TagClassName
{
border-color: #0BE619;
}
</style>