Shades of Free Speech Green #0BCD0D
Tints of Free Speech Green #0BCD0D
RGB
CMYK
RGB Variations
Color information
#0BCD0D (or 0x0BCD0D) is known color: Free Speech Green. HEX triplet: 0B, CD and 0D. RGB value is (11,205,13). Sum of RGB (Red+Green+Blue) = 11+205+13=229 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.80% from 229); Green value is 205 (80.47% from 255 or 89.52% from 229); Blue value is 13 (5.47% from 255 or 5.68% from 229); Max value from RGB is 205 - color contains mainly: green. Hex color #0BCD0D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BCD0D is #F432F2. Grayscale: #7D7D7D. Windows color (decimal): -16003827 or 904459. OLE color: 904459.
HSL color Cylindrical-coordinate representation of color #0BCD0D: hue angle of 120.62º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCD0D is Cyan = 0.95, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 205 | 13 | - |
| CMYK | 0.95 | 0 | 0.94 | 0.20 |
| HSL | 120.62º | 0.9% | 0.42% | - |
| HSV(B) | 120.62º | 0.95% | 0.8% | - |
| XYZ | 22.04 | 43.76 | 7.67 | - |
| YUV | 125.11 | 64.73 | 46.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 205 | 13 | 0.95 | 0 | 0.94 | 0.20 | 120.62 | 0.9 | 0.42 |
| Hex | B | CD | D | 5F | 0 | 5E | 14 | 79 | 5A | 2A |
| Octal | 13 | 315 | 15 | 137 | 0 | 136 | 24 | 171 | 132 | 52 |
| Binary | 1011 | 11001101 | 1101 | 1011111 | 0 | 1011110 | 10100 | 1111001 | 1011010 | 101010 |
Color Harmonies of #0BCD0D
Complementary color
Monochromatic Colors of #0BCD0D
Black with #0BCD0D
Text Example
Text Example
White with #0BCD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCD0D; }
p { color: rgb(11,205,13); }
H1.HeaderClassName
{
color: #0BCD0D;
}
.AnyTagClassName
{
color: #0BCD0D;
}
</style>
background-color css
<style>
a { background-color: #0BCD0D; }
a { background-color: rgb(11,205,13); }
div.DivClassName
{
background-color: #0BCD0D;
}
.BgClassName
{
background-color: #0BCD0D;
}
</style>
border-color css
<style>
span { border-color: #0BCD0D; }
span { border-color: rgb(11,205,13); }
td.TdClassName
{
border-color: #0BCD0D;
}
.TagClassName
{
border-color: #0BCD0D;
}
</style>