Shades of Free Speech Green #0DCB09
Tints of Free Speech Green #0DCB09
RGB
CMYK
RGB Variations
Color information
#0DCB09 (or 0x0DCB09) is known color: Free Speech Green. HEX triplet: 0D, CB and 09. RGB value is (13,203,9). Sum of RGB (Red+Green+Blue) = 13+203+9=225 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.78% from 225); Green value is 203 (79.69% from 255 or 90.22% from 225); Blue value is 9 (3.91% from 255 or 4% from 225); Max value from RGB is 203 - color contains mainly: green. Hex color #0DCB09 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DCB09 is #F234F6. Grayscale: #7C7C7C. Windows color (decimal): -15873271 or 641805. OLE color: 641805.
HSL color Cylindrical-coordinate representation of color #0DCB09: hue angle of 118.76º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0DCB09 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 203 | 9 | - |
| CMYK | 0.94 | 0 | 0.96 | 0.20 |
| HSL | 118.76º | 0.92% | 0.42% | - |
| HSV(B) | 118.76º | 0.96% | 0.8% | - |
| XYZ | 21.57 | 42.82 | 7.39 | - |
| YUV | 124.07 | 63.05 | 48.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 203 | 9 | 0.94 | 0 | 0.96 | 0.20 | 118.76 | 0.92 | 0.42 |
| Hex | D | CB | 9 | 5E | 0 | 60 | 14 | 77 | 5C | 2A |
| Octal | 15 | 313 | 11 | 136 | 0 | 140 | 24 | 167 | 134 | 52 |
| Binary | 1101 | 11001011 | 1001 | 1011110 | 0 | 1100000 | 10100 | 1110111 | 1011100 | 101010 |
Color Harmonies of #0DCB09
Complementary color
Monochromatic Colors of #0DCB09
Black with #0DCB09
Text Example
Text Example
White with #0DCB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCB09; }
p { color: rgb(13,203,9); }
H1.HeaderClassName
{
color: #0DCB09;
}
.AnyTagClassName
{
color: #0DCB09;
}
</style>
background-color css
<style>
a { background-color: #0DCB09; }
a { background-color: rgb(13,203,9); }
div.DivClassName
{
background-color: #0DCB09;
}
.BgClassName
{
background-color: #0DCB09;
}
</style>
border-color css
<style>
span { border-color: #0DCB09; }
span { border-color: rgb(13,203,9); }
td.TdClassName
{
border-color: #0DCB09;
}
.TagClassName
{
border-color: #0DCB09;
}
</style>