Shades of Free Speech Green #0DCB0B
Tints of Free Speech Green #0DCB0B
RGB
CMYK
RGB Variations
Color information
#0DCB0B (or 0x0DCB0B) is known color: Free Speech Green. HEX triplet: 0D, CB and 0B. RGB value is (13,203,11). Sum of RGB (Red+Green+Blue) = 13+203+11=227 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.73% from 227); Green value is 203 (79.69% from 255 or 89.43% from 227); Blue value is 11 (4.69% from 255 or 4.85% from 227); Max value from RGB is 203 - color contains mainly: green. Hex color #0DCB0B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DCB0B is #F234F4. Grayscale: #7C7C7C. Windows color (decimal): -15873269 or 772877. OLE color: 772877.
HSL color Cylindrical-coordinate representation of color #0DCB0B: hue angle of 119.38º 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 #0DCB0B is Cyan = 0.94, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 203 | 11 | - |
| CMYK | 0.94 | 0 | 0.95 | 0.20 |
| HSL | 119.38º | 0.9% | 0.42% | - |
| HSV(B) | 119.38º | 0.95% | 0.8% | - |
| XYZ | 21.58 | 42.82 | 7.44 | - |
| YUV | 124.3 | 64.05 | 48.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 203 | 11 | 0.94 | 0 | 0.95 | 0.20 | 119.38 | 0.9 | 0.42 |
| Hex | D | CB | B | 5E | 0 | 5F | 14 | 77 | 5A | 2A |
| Octal | 15 | 313 | 13 | 136 | 0 | 137 | 24 | 167 | 132 | 52 |
| Binary | 1101 | 11001011 | 1011 | 1011110 | 0 | 1011111 | 10100 | 1110111 | 1011010 | 101010 |
Color Harmonies of #0DCB0B
Complementary color
Monochromatic Colors of #0DCB0B
Black with #0DCB0B
Text Example
Text Example
White with #0DCB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCB0B; }
p { color: rgb(13,203,11); }
H1.HeaderClassName
{
color: #0DCB0B;
}
.AnyTagClassName
{
color: #0DCB0B;
}
</style>
background-color css
<style>
a { background-color: #0DCB0B; }
a { background-color: rgb(13,203,11); }
div.DivClassName
{
background-color: #0DCB0B;
}
.BgClassName
{
background-color: #0DCB0B;
}
</style>
border-color css
<style>
span { border-color: #0DCB0B; }
span { border-color: rgb(13,203,11); }
td.TdClassName
{
border-color: #0DCB0B;
}
.TagClassName
{
border-color: #0DCB0B;
}
</style>