Shades of Free Speech Green #0DF627
Tints of Free Speech Green #0DF627
RGB
CMYK
RGB Variations
Color information
#0DF627 (or 0x0DF627) is known color: Free Speech Green. HEX triplet: 0D, F6 and 27. RGB value is (13,246,39). Sum of RGB (Red+Green+Blue) = 13+246+39=298 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.36% from 298); Green value is 246 (96.48% from 255 or 82.55% from 298); Blue value is 39 (15.62% from 255 or 13.09% from 298); Max value from RGB is 246 - color contains mainly: green. Hex color #0DF627 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DF627 is #F209D8. Grayscale: #999999. Windows color (decimal): -15862233 or 2618893. OLE color: 2618893.
HSL color Cylindrical-coordinate representation of color #0DF627: hue angle of 126.7º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF627 is Cyan = 0.95, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 13 | 246 | 39 | - |
| CMYK | 0.95 | 0 | 0.84 | 0.04 |
| HSL | 126.7º | 0.93% | 0.51% | - |
| HSV(B) | 126.7º | 0.95% | 0.96% | - |
| XYZ | 33.49 | 66.14 | 12.92 | - |
| YUV | 152.74 | 63.81 | 28.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 246 | 39 | 0.95 | 0 | 0.84 | 0.04 | 126.7 | 0.93 | 0.51 |
| Hex | D | F6 | 27 | 5F | 0 | 54 | 4 | 7F | 5D | 33 |
| Octal | 15 | 366 | 47 | 137 | 0 | 124 | 4 | 177 | 135 | 63 |
| Binary | 1101 | 11110110 | 100111 | 1011111 | 0 | 1010100 | 100 | 1111111 | 1011101 | 110011 |
Color Harmonies of #0DF627
Complementary color
Monochromatic Colors of #0DF627
Black with #0DF627
Text Example
Text Example
White with #0DF627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF627; }
p { color: rgb(13,246,39); }
H1.HeaderClassName
{
color: #0DF627;
}
.AnyTagClassName
{
color: #0DF627;
}
</style>
background-color css
<style>
a { background-color: #0DF627; }
a { background-color: rgb(13,246,39); }
div.DivClassName
{
background-color: #0DF627;
}
.BgClassName
{
background-color: #0DF627;
}
</style>
border-color css
<style>
span { border-color: #0DF627; }
span { border-color: rgb(13,246,39); }
td.TdClassName
{
border-color: #0DF627;
}
.TagClassName
{
border-color: #0DF627;
}
</style>