Shades of Free Speech Green #0DED1B
Tints of Free Speech Green #0DED1B
RGB
CMYK
RGB Variations
Color information
#0DED1B (or 0x0DED1B) is known color: Free Speech Green. HEX triplet: 0D, ED and 1B. RGB value is (13,237,27). Sum of RGB (Red+Green+Blue) = 13+237+27=277 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.69% from 277); Green value is 237 (92.97% from 255 or 85.56% from 277); Blue value is 27 (10.94% from 255 or 9.75% from 277); Max value from RGB is 237 - color contains mainly: green. Hex color #0DED1B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DED1B is #F212E4. Grayscale: #929292. Windows color (decimal): -15864549 or 1830157. OLE color: 1830157.
HSL color Cylindrical-coordinate representation of color #0DED1B: hue angle of 123.75º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DED1B is Cyan = 0.95, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 237 | 27 | - |
| CMYK | 0.95 | 0 | 0.89 | 0.07 |
| HSL | 123.75º | 0.9% | 0.49% | - |
| HSV(B) | 123.75º | 0.95% | 0.93% | - |
| XYZ | 30.65 | 60.73 | 11.14 | - |
| YUV | 146.08 | 60.79 | 33.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 237 | 27 | 0.95 | 0 | 0.89 | 0.07 | 123.75 | 0.9 | 0.49 |
| Hex | D | ED | 1B | 5F | 0 | 59 | 7 | 7C | 5A | 31 |
| Octal | 15 | 355 | 33 | 137 | 0 | 131 | 7 | 174 | 132 | 61 |
| Binary | 1101 | 11101101 | 11011 | 1011111 | 0 | 1011001 | 111 | 1111100 | 1011010 | 110001 |
Color Harmonies of #0DED1B
Complementary color
Monochromatic Colors of #0DED1B
Black with #0DED1B
Text Example
Text Example
White with #0DED1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DED1B; }
p { color: rgb(13,237,27); }
H1.HeaderClassName
{
color: #0DED1B;
}
.AnyTagClassName
{
color: #0DED1B;
}
</style>
background-color css
<style>
a { background-color: #0DED1B; }
a { background-color: rgb(13,237,27); }
div.DivClassName
{
background-color: #0DED1B;
}
.BgClassName
{
background-color: #0DED1B;
}
</style>
border-color css
<style>
span { border-color: #0DED1B; }
span { border-color: rgb(13,237,27); }
td.TdClassName
{
border-color: #0DED1B;
}
.TagClassName
{
border-color: #0DED1B;
}
</style>