Shades of Free Speech Green #0DF904
Tints of Free Speech Green #0DF904
RGB
CMYK
RGB Variations
Color information
#0DF904 (or 0x0DF904) is known color: Free Speech Green. HEX triplet: 0D, F9 and 04. RGB value is (13,249,4). Sum of RGB (Red+Green+Blue) = 13+249+4=266 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.89% from 266); Green value is 249 (97.66% from 255 or 93.61% from 266); Blue value is 4 (1.95% from 255 or 1.50% from 266); Max value from RGB is 249 - color contains mainly: green. Hex color #0DF904 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0DF904 is #F206FB. Grayscale: #979797. Windows color (decimal): -15861500 or 325901. OLE color: 325901.
HSL color Cylindrical-coordinate representation of color #0DF904: hue angle of 117.8º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0DF904 is Cyan = 0.95, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 249 | 4 | - |
| CMYK | 0.95 | 0 | 0.98 | 0.02 |
| HSL | 117.8º | 0.97% | 0.5% | - |
| HSV(B) | 117.8º | 0.98% | 0.98% | - |
| XYZ | 34.06 | 67.85 | 11.42 | - |
| YUV | 150.51 | 45.31 | 29.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 249 | 4 | 0.95 | 0 | 0.98 | 0.02 | 117.8 | 0.97 | 0.5 |
| Hex | D | F9 | 4 | 5F | 0 | 62 | 2 | 76 | 61 | 32 |
| Octal | 15 | 371 | 4 | 137 | 0 | 142 | 2 | 166 | 141 | 62 |
| Binary | 1101 | 11111001 | 100 | 1011111 | 0 | 1100010 | 10 | 1110110 | 1100001 | 110010 |
Color Harmonies of #0DF904
Complementary color
Monochromatic Colors of #0DF904
Black with #0DF904
Text Example
Text Example
White with #0DF904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF904; }
p { color: rgb(13,249,4); }
H1.HeaderClassName
{
color: #0DF904;
}
.AnyTagClassName
{
color: #0DF904;
}
</style>
background-color css
<style>
a { background-color: #0DF904; }
a { background-color: rgb(13,249,4); }
div.DivClassName
{
background-color: #0DF904;
}
.BgClassName
{
background-color: #0DF904;
}
</style>
border-color css
<style>
span { border-color: #0DF904; }
span { border-color: rgb(13,249,4); }
td.TdClassName
{
border-color: #0DF904;
}
.TagClassName
{
border-color: #0DF904;
}
</style>