Shades of Free Speech Green #0BDA19
Tints of Free Speech Green #0BDA19
RGB
CMYK
RGB Variations
Color information
#0BDA19 (or 0x0BDA19) is known color: Free Speech Green. HEX triplet: 0B, DA and 19. RGB value is (11,218,25). Sum of RGB (Red+Green+Blue) = 11+218+25=254 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.33% from 254); Green value is 218 (85.55% from 255 or 85.83% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 218 - color contains mainly: green. Hex color #0BDA19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BDA19 is #F425E6. Grayscale: #868686. Windows color (decimal): -16000487 or 1694219. OLE color: 1694219.
HSL color Cylindrical-coordinate representation of color #0BDA19: hue angle of 124.06º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDA19 is Cyan = 0.95, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 11 | 218 | 25 | - |
| CMYK | 0.95 | 0 | 0.89 | 0.15 |
| HSL | 124.06º | 0.9% | 0.45% | - |
| HSV(B) | 124.06º | 0.95% | 0.85% | - |
| XYZ | 25.38 | 50.28 | 9.29 | - |
| YUV | 134.11 | 66.42 | 40.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 218 | 25 | 0.95 | 0 | 0.89 | 0.15 | 124.06 | 0.9 | 0.45 |
| Hex | B | DA | 19 | 5F | 0 | 59 | F | 7C | 5A | 2D |
| Octal | 13 | 332 | 31 | 137 | 0 | 131 | 17 | 174 | 132 | 55 |
| Binary | 1011 | 11011010 | 11001 | 1011111 | 0 | 1011001 | 1111 | 1111100 | 1011010 | 101101 |
Color Harmonies of #0BDA19
Complementary color
Monochromatic Colors of #0BDA19
Black with #0BDA19
Text Example
Text Example
White with #0BDA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDA19; }
p { color: rgb(11,218,25); }
H1.HeaderClassName
{
color: #0BDA19;
}
.AnyTagClassName
{
color: #0BDA19;
}
</style>
background-color css
<style>
a { background-color: #0BDA19; }
a { background-color: rgb(11,218,25); }
div.DivClassName
{
background-color: #0BDA19;
}
.BgClassName
{
background-color: #0BDA19;
}
</style>
border-color css
<style>
span { border-color: #0BDA19; }
span { border-color: rgb(11,218,25); }
td.TdClassName
{
border-color: #0BDA19;
}
.TagClassName
{
border-color: #0BDA19;
}
</style>