Shades of Free Speech Green #0DFB19
Tints of Free Speech Green #0DFB19
RGB
CMYK
RGB Variations
Color information
#0DFB19 (or 0x0DFB19) is known color: Free Speech Green. HEX triplet: 0D, FB and 19. RGB value is (13,251,25). Sum of RGB (Red+Green+Blue) = 13+251+25=289 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.50% from 289); Green value is 251 (98.44% from 255 or 86.85% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 251 - color contains mainly: green. Hex color #0DFB19 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0DFB19 is #F204E6. Grayscale: #9A9A9A. Windows color (decimal): -15860967 or 1702669. OLE color: 1702669.
HSL color Cylindrical-coordinate representation of color #0DFB19: hue angle of 123.03º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFB19 is Cyan = 0.95, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 251 | 25 | - |
| CMYK | 0.95 | 0 | 0.90 | 0.02 |
| HSL | 123.03º | 0.97% | 0.52% | - |
| HSV(B) | 123.03º | 0.95% | 0.98% | - |
| XYZ | 34.84 | 69.15 | 12.43 | - |
| YUV | 154.07 | 55.15 | 27.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 251 | 25 | 0.95 | 0 | 0.90 | 0.02 | 123.03 | 0.97 | 0.52 |
| Hex | D | FB | 19 | 5F | 0 | 5A | 2 | 7B | 61 | 34 |
| Octal | 15 | 373 | 31 | 137 | 0 | 132 | 2 | 173 | 141 | 64 |
| Binary | 1101 | 11111011 | 11001 | 1011111 | 0 | 1011010 | 10 | 1111011 | 1100001 | 110100 |
Color Harmonies of #0DFB19
Complementary color
Monochromatic Colors of #0DFB19
Black with #0DFB19
Text Example
Text Example
White with #0DFB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFB19; }
p { color: rgb(13,251,25); }
H1.HeaderClassName
{
color: #0DFB19;
}
.AnyTagClassName
{
color: #0DFB19;
}
</style>
background-color css
<style>
a { background-color: #0DFB19; }
a { background-color: rgb(13,251,25); }
div.DivClassName
{
background-color: #0DFB19;
}
.BgClassName
{
background-color: #0DFB19;
}
</style>
border-color css
<style>
span { border-color: #0DFB19; }
span { border-color: rgb(13,251,25); }
td.TdClassName
{
border-color: #0DFB19;
}
.TagClassName
{
border-color: #0DFB19;
}
</style>