Shades of Free Speech Green #0DCF09
Tints of Free Speech Green #0DCF09
RGB
CMYK
RGB Variations
Color information
#0DCF09 (or 0x0DCF09) is known color: Free Speech Green. HEX triplet: 0D, CF and 09. RGB value is (13,207,9). Sum of RGB (Red+Green+Blue) = 13+207+9=229 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.68% from 229); Green value is 207 (81.25% from 255 or 90.39% from 229); Blue value is 9 (3.91% from 255 or 3.93% from 229); Max value from RGB is 207 - color contains mainly: green. Hex color #0DCF09 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DCF09 is #F230F6. Grayscale: #7F7F7F. Windows color (decimal): -15872247 or 642829. OLE color: 642829.
HSL color Cylindrical-coordinate representation of color #0DCF09: hue angle of 118.79º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0DCF09 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 207 | 9 | - |
| CMYK | 0.94 | 0 | 0.96 | 0.19 |
| HSL | 118.79º | 0.92% | 0.42% | - |
| HSV(B) | 118.79º | 0.96% | 0.81% | - |
| XYZ | 22.53 | 44.73 | 7.71 | - |
| YUV | 126.42 | 61.73 | 47.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 207 | 9 | 0.94 | 0 | 0.96 | 0.19 | 118.79 | 0.92 | 0.42 |
| Hex | D | CF | 9 | 5E | 0 | 60 | 13 | 77 | 5C | 2A |
| Octal | 15 | 317 | 11 | 136 | 0 | 140 | 23 | 167 | 134 | 52 |
| Binary | 1101 | 11001111 | 1001 | 1011110 | 0 | 1100000 | 10011 | 1110111 | 1011100 | 101010 |
Color Harmonies of #0DCF09
Complementary color
Monochromatic Colors of #0DCF09
Black with #0DCF09
Text Example
Text Example
White with #0DCF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCF09; }
p { color: rgb(13,207,9); }
H1.HeaderClassName
{
color: #0DCF09;
}
.AnyTagClassName
{
color: #0DCF09;
}
</style>
background-color css
<style>
a { background-color: #0DCF09; }
a { background-color: rgb(13,207,9); }
div.DivClassName
{
background-color: #0DCF09;
}
.BgClassName
{
background-color: #0DCF09;
}
</style>
border-color css
<style>
span { border-color: #0DCF09; }
span { border-color: rgb(13,207,9); }
td.TdClassName
{
border-color: #0DCF09;
}
.TagClassName
{
border-color: #0DCF09;
}
</style>