Shades of Free Speech Green #0DF232
Tints of Free Speech Green #0DF232
RGB
CMYK
RGB Variations
Color information
#0DF232 (or 0x0DF232) is known color: Free Speech Green. HEX triplet: 0D, F2 and 32. RGB value is (13,242,50). Sum of RGB (Red+Green+Blue) = 13+242+50=305 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.26% from 305); Green value is 242 (94.92% from 255 or 79.34% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 242 - color contains mainly: green. Hex color #0DF232 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DF232 is #F20DCD. Grayscale: #989898. Windows color (decimal): -15863246 or 3338765. OLE color: 3338765.
HSL color Cylindrical-coordinate representation of color #0DF232: hue angle of 129.69º 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 #0DF232 is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 13 | 242 | 50 | - |
| CMYK | 0.95 | 0 | 0.79 | 0.05 |
| HSL | 129.69º | 0.9% | 0.5% | - |
| HSV(B) | 129.69º | 0.95% | 0.95% | - |
| XYZ | 32.49 | 63.82 | 13.62 | - |
| YUV | 151.64 | 70.63 | 29.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 242 | 50 | 0.95 | 0 | 0.79 | 0.05 | 129.69 | 0.9 | 0.5 |
| Hex | D | F2 | 32 | 5F | 0 | 4F | 5 | 82 | 5A | 32 |
| Octal | 15 | 362 | 62 | 137 | 0 | 117 | 5 | 202 | 132 | 62 |
| Binary | 1101 | 11110010 | 110010 | 1011111 | 0 | 1001111 | 101 | 10000010 | 1011010 | 110010 |
Color Harmonies of #0DF232
Complementary color
Monochromatic Colors of #0DF232
Black with #0DF232
Text Example
Text Example
White with #0DF232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF232; }
p { color: rgb(13,242,50); }
H1.HeaderClassName
{
color: #0DF232;
}
.AnyTagClassName
{
color: #0DF232;
}
</style>
background-color css
<style>
a { background-color: #0DF232; }
a { background-color: rgb(13,242,50); }
div.DivClassName
{
background-color: #0DF232;
}
.BgClassName
{
background-color: #0DF232;
}
</style>
border-color css
<style>
span { border-color: #0DF232; }
span { border-color: rgb(13,242,50); }
td.TdClassName
{
border-color: #0DF232;
}
.TagClassName
{
border-color: #0DF232;
}
</style>