Shades of Free Speech Green #0DF21A
Tints of Free Speech Green #0DF21A
RGB
CMYK
RGB Variations
Color information
#0DF21A (or 0x0DF21A) is known color: Free Speech Green. HEX triplet: 0D, F2 and 1A. RGB value is (13,242,26). Sum of RGB (Red+Green+Blue) = 13+242+26=281 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.63% from 281); Green value is 242 (94.92% from 255 or 86.12% from 281); Blue value is 26 (10.55% from 255 or 9.25% from 281); Max value from RGB is 242 - color contains mainly: green. Hex color #0DF21A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DF21A is #F20DE5. Grayscale: #959595. Windows color (decimal): -15863270 or 1765901. OLE color: 1765901.
HSL color Cylindrical-coordinate representation of color #0DF21A: hue angle of 123.41º 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 #0DF21A is Cyan = 0.95, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 13 | 242 | 26 | - |
| CMYK | 0.95 | 0 | 0.89 | 0.05 |
| HSL | 123.41º | 0.9% | 0.5% | - |
| HSV(B) | 123.41º | 0.95% | 0.95% | - |
| XYZ | 32.1 | 63.66 | 11.57 | - |
| YUV | 148.91 | 58.63 | 31.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 242 | 26 | 0.95 | 0 | 0.89 | 0.05 | 123.41 | 0.9 | 0.5 |
| Hex | D | F2 | 1A | 5F | 0 | 59 | 5 | 7B | 5A | 32 |
| Octal | 15 | 362 | 32 | 137 | 0 | 131 | 5 | 173 | 132 | 62 |
| Binary | 1101 | 11110010 | 11010 | 1011111 | 0 | 1011001 | 101 | 1111011 | 1011010 | 110010 |
Color Harmonies of #0DF21A
Complementary color
Monochromatic Colors of #0DF21A
Black with #0DF21A
Text Example
Text Example
White with #0DF21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF21A; }
p { color: rgb(13,242,26); }
H1.HeaderClassName
{
color: #0DF21A;
}
.AnyTagClassName
{
color: #0DF21A;
}
</style>
background-color css
<style>
a { background-color: #0DF21A; }
a { background-color: rgb(13,242,26); }
div.DivClassName
{
background-color: #0DF21A;
}
.BgClassName
{
background-color: #0DF21A;
}
</style>
border-color css
<style>
span { border-color: #0DF21A; }
span { border-color: rgb(13,242,26); }
td.TdClassName
{
border-color: #0DF21A;
}
.TagClassName
{
border-color: #0DF21A;
}
</style>