Shades of Free Speech Green #0DF119
Tints of Free Speech Green #0DF119
RGB
CMYK
RGB Variations
Color information
#0DF119 (or 0x0DF119) is known color: Free Speech Green. HEX triplet: 0D, F1 and 19. RGB value is (13,241,25). Sum of RGB (Red+Green+Blue) = 13+241+25=279 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.66% from 279); Green value is 241 (94.53% from 255 or 86.38% from 279); Blue value is 25 (10.16% from 255 or 8.96% from 279); Max value from RGB is 241 - color contains mainly: green. Hex color #0DF119 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0DF119 is #F20EE6. Grayscale: #949494. Windows color (decimal): -15863527 or 1700109. OLE color: 1700109.
HSL color Cylindrical-coordinate representation of color #0DF119: hue angle of 123.16º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF119 is Cyan = 0.95, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 13 | 241 | 25 | - |
| CMYK | 0.95 | 0 | 0.90 | 0.05 |
| HSL | 123.16º | 0.9% | 0.5% | - |
| HSV(B) | 123.16º | 0.95% | 0.95% | - |
| XYZ | 31.8 | 63.07 | 11.42 | - |
| YUV | 148.2 | 58.46 | 31.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 241 | 25 | 0.95 | 0 | 0.90 | 0.05 | 123.16 | 0.9 | 0.5 |
| Hex | D | F1 | 19 | 5F | 0 | 5A | 5 | 7B | 5A | 32 |
| Octal | 15 | 361 | 31 | 137 | 0 | 132 | 5 | 173 | 132 | 62 |
| Binary | 1101 | 11110001 | 11001 | 1011111 | 0 | 1011010 | 101 | 1111011 | 1011010 | 110010 |
Color Harmonies of #0DF119
Complementary color
Monochromatic Colors of #0DF119
Black with #0DF119
Text Example
Text Example
White with #0DF119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF119; }
p { color: rgb(13,241,25); }
H1.HeaderClassName
{
color: #0DF119;
}
.AnyTagClassName
{
color: #0DF119;
}
</style>
background-color css
<style>
a { background-color: #0DF119; }
a { background-color: rgb(13,241,25); }
div.DivClassName
{
background-color: #0DF119;
}
.BgClassName
{
background-color: #0DF119;
}
</style>
border-color css
<style>
span { border-color: #0DF119; }
span { border-color: rgb(13,241,25); }
td.TdClassName
{
border-color: #0DF119;
}
.TagClassName
{
border-color: #0DF119;
}
</style>