Shades of Free Speech Green #0DFA0B
Tints of Free Speech Green #0DFA0B
RGB
CMYK
RGB Variations
Color information
#0DFA0B (or 0x0DFA0B) is known color: Free Speech Green. HEX triplet: 0D, FA and 0B. RGB value is (13,250,11). Sum of RGB (Red+Green+Blue) = 13+250+11=274 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.74% from 274); Green value is 250 (98.05% from 255 or 91.24% from 274); Blue value is 11 (4.69% from 255 or 4.01% from 274); Max value from RGB is 250 - color contains mainly: green. Hex color #0DFA0B is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0DFA0B is #F205F4. Grayscale: #989898. Windows color (decimal): -15861237 or 784909. OLE color: 784909.
HSL color Cylindrical-coordinate representation of color #0DFA0B: hue angle of 119.5º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0DFA0B is Cyan = 0.95, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 250 | 11 | - |
| CMYK | 0.95 | 0 | 0.96 | 0.02 |
| HSL | 119.5º | 0.96% | 0.51% | - |
| HSV(B) | 119.5º | 0.96% | 0.98% | - |
| XYZ | 34.41 | 68.48 | 11.72 | - |
| YUV | 151.89 | 48.48 | 28.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 250 | 11 | 0.95 | 0 | 0.96 | 0.02 | 119.5 | 0.96 | 0.51 |
| Hex | D | FA | B | 5F | 0 | 60 | 2 | 77 | 60 | 33 |
| Octal | 15 | 372 | 13 | 137 | 0 | 140 | 2 | 167 | 140 | 63 |
| Binary | 1101 | 11111010 | 1011 | 1011111 | 0 | 1100000 | 10 | 1110111 | 1100000 | 110011 |
Color Harmonies of #0DFA0B
Complementary color
Monochromatic Colors of #0DFA0B
Black with #0DFA0B
Text Example
Text Example
White with #0DFA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFA0B; }
p { color: rgb(13,250,11); }
H1.HeaderClassName
{
color: #0DFA0B;
}
.AnyTagClassName
{
color: #0DFA0B;
}
</style>
background-color css
<style>
a { background-color: #0DFA0B; }
a { background-color: rgb(13,250,11); }
div.DivClassName
{
background-color: #0DFA0B;
}
.BgClassName
{
background-color: #0DFA0B;
}
</style>
border-color css
<style>
span { border-color: #0DFA0B; }
span { border-color: rgb(13,250,11); }
td.TdClassName
{
border-color: #0DFA0B;
}
.TagClassName
{
border-color: #0DFA0B;
}
</style>