Shades of Free Speech Green #0DFE08
Tints of Free Speech Green #0DFE08
RGB
CMYK
RGB Variations
Color information
#0DFE08 (or 0x0DFE08) is known color: Free Speech Green. HEX triplet: 0D, FE and 08. RGB value is (13,254,8). Sum of RGB (Red+Green+Blue) = 13+254+8=275 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.73% from 275); Green value is 254 (99.61% from 255 or 92.36% from 275); Blue value is 8 (3.52% from 255 or 2.91% from 275); Max value from RGB is 254 - color contains mainly: green. Hex color #0DFE08 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0DFE08 is #F201F7. Grayscale: #9A9A9A. Windows color (decimal): -15860216 or 589325. OLE color: 589325.
HSL color Cylindrical-coordinate representation of color #0DFE08: hue angle of 118.78º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0DFE08 is Cyan = 0.95, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 13 | 254 | 8 | - |
| CMYK | 0.95 | 0 | 0.97 | 0.00 |
| HSL | 118.78º | 0.99% | 0.51% | - |
| HSV(B) | 118.78º | 0.97% | 1% | - |
| XYZ | 35.65 | 70.99 | 12.05 | - |
| YUV | 153.9 | 45.66 | 27.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 254 | 8 | 0.95 | 0 | 0.97 | 0.00 | 118.78 | 0.99 | 0.51 |
| Hex | D | FE | 8 | 5F | 0 | 61 | 0 | 77 | 63 | 33 |
| Octal | 15 | 376 | 10 | 137 | 0 | 141 | 0 | 167 | 143 | 63 |
| Binary | 1101 | 11111110 | 1000 | 1011111 | 0 | 1100001 | 0 | 1110111 | 1100011 | 110011 |
Color Harmonies of #0DFE08
Complementary color
Monochromatic Colors of #0DFE08
Black with #0DFE08
Text Example
Text Example
White with #0DFE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFE08; }
p { color: rgb(13,254,8); }
H1.HeaderClassName
{
color: #0DFE08;
}
.AnyTagClassName
{
color: #0DFE08;
}
</style>
background-color css
<style>
a { background-color: #0DFE08; }
a { background-color: rgb(13,254,8); }
div.DivClassName
{
background-color: #0DFE08;
}
.BgClassName
{
background-color: #0DFE08;
}
</style>
border-color css
<style>
span { border-color: #0DFE08; }
span { border-color: rgb(13,254,8); }
td.TdClassName
{
border-color: #0DFE08;
}
.TagClassName
{
border-color: #0DFE08;
}
</style>