Shades of Free Speech Green #0BDC1A
Tints of Free Speech Green #0BDC1A
RGB
CMYK
RGB Variations
Color information
#0BDC1A (or 0x0BDC1A) is known color: Free Speech Green. HEX triplet: 0B, DC and 1A. RGB value is (11,220,26). Sum of RGB (Red+Green+Blue) = 11+220+26=257 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.28% from 257); Green value is 220 (86.33% from 255 or 85.60% from 257); Blue value is 26 (10.55% from 255 or 10.12% from 257); Max value from RGB is 220 - color contains mainly: green. Hex color #0BDC1A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BDC1A is #F423E5. Grayscale: #878787. Windows color (decimal): -15999974 or 1760267. OLE color: 1760267.
HSL color Cylindrical-coordinate representation of color #0BDC1A: hue angle of 124.31º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDC1A is Cyan = 0.95, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 220 | 26 | - |
| CMYK | 0.95 | 0 | 0.88 | 0.14 |
| HSL | 124.31º | 0.9% | 0.45% | - |
| HSV(B) | 124.31º | 0.95% | 0.86% | - |
| XYZ | 25.92 | 51.33 | 9.52 | - |
| YUV | 135.39 | 66.26 | 39.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 220 | 26 | 0.95 | 0 | 0.88 | 0.14 | 124.31 | 0.9 | 0.45 |
| Hex | B | DC | 1A | 5F | 0 | 58 | E | 7C | 5A | 2D |
| Octal | 13 | 334 | 32 | 137 | 0 | 130 | 16 | 174 | 132 | 55 |
| Binary | 1011 | 11011100 | 11010 | 1011111 | 0 | 1011000 | 1110 | 1111100 | 1011010 | 101101 |
Color Harmonies of #0BDC1A
Complementary color
Monochromatic Colors of #0BDC1A
Black with #0BDC1A
Text Example
Text Example
White with #0BDC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDC1A; }
p { color: rgb(11,220,26); }
H1.HeaderClassName
{
color: #0BDC1A;
}
.AnyTagClassName
{
color: #0BDC1A;
}
</style>
background-color css
<style>
a { background-color: #0BDC1A; }
a { background-color: rgb(11,220,26); }
div.DivClassName
{
background-color: #0BDC1A;
}
.BgClassName
{
background-color: #0BDC1A;
}
</style>
border-color css
<style>
span { border-color: #0BDC1A; }
span { border-color: rgb(11,220,26); }
td.TdClassName
{
border-color: #0BDC1A;
}
.TagClassName
{
border-color: #0BDC1A;
}
</style>