Shades of Free Speech Green #0DF61C
Tints of Free Speech Green #0DF61C
RGB
CMYK
RGB Variations
Color information
#0DF61C (or 0x0DF61C) is known color: Free Speech Green. HEX triplet: 0D, F6 and 1C. RGB value is (13,246,28). Sum of RGB (Red+Green+Blue) = 13+246+28=287 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.53% from 287); Green value is 246 (96.48% from 255 or 85.71% from 287); Blue value is 28 (11.33% from 255 or 9.76% from 287); Max value from RGB is 246 - color contains mainly: green. Hex color #0DF61C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DF61C is #F209E3. Grayscale: #989898. Windows color (decimal): -15862244 or 1897997. OLE color: 1897997.
HSL color Cylindrical-coordinate representation of color #0DF61C: hue angle of 123.86º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF61C is Cyan = 0.95, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 13 | 246 | 28 | - |
| CMYK | 0.95 | 0 | 0.89 | 0.04 |
| HSL | 123.86º | 0.93% | 0.51% | - |
| HSV(B) | 123.86º | 0.95% | 0.96% | - |
| XYZ | 33.33 | 66.08 | 12.1 | - |
| YUV | 151.48 | 58.31 | 29.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 246 | 28 | 0.95 | 0 | 0.89 | 0.04 | 123.86 | 0.93 | 0.51 |
| Hex | D | F6 | 1C | 5F | 0 | 59 | 4 | 7C | 5D | 33 |
| Octal | 15 | 366 | 34 | 137 | 0 | 131 | 4 | 174 | 135 | 63 |
| Binary | 1101 | 11110110 | 11100 | 1011111 | 0 | 1011001 | 100 | 1111100 | 1011101 | 110011 |
Color Harmonies of #0DF61C
Complementary color
Monochromatic Colors of #0DF61C
Black with #0DF61C
Text Example
Text Example
White with #0DF61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF61C; }
p { color: rgb(13,246,28); }
H1.HeaderClassName
{
color: #0DF61C;
}
.AnyTagClassName
{
color: #0DF61C;
}
</style>
background-color css
<style>
a { background-color: #0DF61C; }
a { background-color: rgb(13,246,28); }
div.DivClassName
{
background-color: #0DF61C;
}
.BgClassName
{
background-color: #0DF61C;
}
</style>
border-color css
<style>
span { border-color: #0DF61C; }
span { border-color: rgb(13,246,28); }
td.TdClassName
{
border-color: #0DF61C;
}
.TagClassName
{
border-color: #0DF61C;
}
</style>