Shades of Free Speech Green #0DF12E
Tints of Free Speech Green #0DF12E
RGB
CMYK
RGB Variations
Color information
#0DF12E (or 0x0DF12E) is known color: Free Speech Green. HEX triplet: 0D, F1 and 2E. RGB value is (13,241,46). Sum of RGB (Red+Green+Blue) = 13+241+46=300 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.33% from 300); Green value is 241 (94.53% from 255 or 80.33% from 300); Blue value is 46 (18.36% from 255 or 15.33% from 300); Max value from RGB is 241 - color contains mainly: green. Hex color #0DF12E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DF12E is #F20ED1. Grayscale: #979797. Windows color (decimal): -15863506 or 3076365. OLE color: 3076365.
HSL color Cylindrical-coordinate representation of color #0DF12E: hue angle of 128.68º 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 #0DF12E is Cyan = 0.95, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 13 | 241 | 46 | - |
| CMYK | 0.95 | 0 | 0.81 | 0.05 |
| HSL | 128.68º | 0.9% | 0.5% | - |
| HSV(B) | 128.68º | 0.95% | 0.95% | - |
| XYZ | 32.11 | 63.19 | 13.09 | - |
| YUV | 150.6 | 68.96 | 29.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 241 | 46 | 0.95 | 0 | 0.81 | 0.05 | 128.68 | 0.9 | 0.5 |
| Hex | D | F1 | 2E | 5F | 0 | 51 | 5 | 81 | 5A | 32 |
| Octal | 15 | 361 | 56 | 137 | 0 | 121 | 5 | 201 | 132 | 62 |
| Binary | 1101 | 11110001 | 101110 | 1011111 | 0 | 1010001 | 101 | 10000001 | 1011010 | 110010 |
Color Harmonies of #0DF12E
Complementary color
Monochromatic Colors of #0DF12E
Black with #0DF12E
Text Example
Text Example
White with #0DF12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF12E; }
p { color: rgb(13,241,46); }
H1.HeaderClassName
{
color: #0DF12E;
}
.AnyTagClassName
{
color: #0DF12E;
}
</style>
background-color css
<style>
a { background-color: #0DF12E; }
a { background-color: rgb(13,241,46); }
div.DivClassName
{
background-color: #0DF12E;
}
.BgClassName
{
background-color: #0DF12E;
}
</style>
border-color css
<style>
span { border-color: #0DF12E; }
span { border-color: rgb(13,241,46); }
td.TdClassName
{
border-color: #0DF12E;
}
.TagClassName
{
border-color: #0DF12E;
}
</style>