Shades of Free Speech Green #0DFF09
Tints of Free Speech Green #0DFF09
RGB
CMYK
RGB Variations
Color information
#0DFF09 (or 0x0DFF09) is known color: Free Speech Green. HEX triplet: 0D, FF and 09. RGB value is (13,255,9). Sum of RGB (Red+Green+Blue) = 13+255+9=277 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.69% from 277); Green value is 255 (100% from 255 or 92.06% from 277); Blue value is 9 (3.91% from 255 or 3.25% from 277); Max value from RGB is 255 - color contains mainly: green. Hex color #0DFF09 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0DFF09 is #F200F6. Grayscale: #9B9B9B. Windows color (decimal): -15859959 or 655117. OLE color: 655117.
HSL color Cylindrical-coordinate representation of color #0DFF09: hue angle of 119.02º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0DFF09 is Cyan = 0.95, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 255 | 9 | - |
| CMYK | 0.95 | 0 | 0.96 | 0 |
| HSL | 119.02º | 1% | 0.52% | - |
| HSV(B) | 119.02º | 0.96% | 1% | - |
| XYZ | 35.98 | 71.63 | 12.19 | - |
| YUV | 154.6 | 45.83 | 27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 255 | 9 | 0.95 | 0 | 0.96 | 0 | 119.02 | 1 | 0.52 |
| Hex | D | FF | 9 | 5F | 0 | 60 | 0 | 77 | 64 | 34 |
| Octal | 15 | 377 | 11 | 137 | 0 | 140 | 0 | 167 | 144 | 64 |
| Binary | 1101 | 11111111 | 1001 | 1011111 | 0 | 1100000 | 0 | 1110111 | 1100100 | 110100 |
Color Harmonies of #0DFF09
Complementary color
Monochromatic Colors of #0DFF09
Black with #0DFF09
Text Example
Text Example
White with #0DFF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFF09; }
p { color: rgb(13,255,9); }
H1.HeaderClassName
{
color: #0DFF09;
}
.AnyTagClassName
{
color: #0DFF09;
}
</style>
background-color css
<style>
a { background-color: #0DFF09; }
a { background-color: rgb(13,255,9); }
div.DivClassName
{
background-color: #0DFF09;
}
.BgClassName
{
background-color: #0DFF09;
}
</style>
border-color css
<style>
span { border-color: #0DFF09; }
span { border-color: rgb(13,255,9); }
td.TdClassName
{
border-color: #0DFF09;
}
.TagClassName
{
border-color: #0DFF09;
}
</style>