Shades of Free Speech Green #0DF80F
Tints of Free Speech Green #0DF80F
RGB
CMYK
RGB Variations
Color information
#0DF80F (or 0x0DF80F) is known color: Free Speech Green. HEX triplet: 0D, F8 and 0F. RGB value is (13,248,15). Sum of RGB (Red+Green+Blue) = 13+248+15=276 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.71% from 276); Green value is 248 (97.27% from 255 or 89.86% from 276); Blue value is 15 (6.25% from 255 or 5.43% from 276); Max value from RGB is 248 - color contains mainly: green. Hex color #0DF80F is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0DF80F is #F207F0. Grayscale: #979797. Windows color (decimal): -15861745 or 1046541. OLE color: 1046541.
HSL color Cylindrical-coordinate representation of color #0DF80F: hue angle of 120.51º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF80F is Cyan = 0.95, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 13 | 248 | 15 | - |
| CMYK | 0.95 | 0 | 0.94 | 0.03 |
| HSL | 120.51º | 0.94% | 0.51% | - |
| HSV(B) | 120.51º | 0.95% | 0.97% | - |
| XYZ | 33.82 | 67.25 | 11.65 | - |
| YUV | 151.17 | 51.14 | 29.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 248 | 15 | 0.95 | 0 | 0.94 | 0.03 | 120.51 | 0.94 | 0.51 |
| Hex | D | F8 | F | 5F | 0 | 5E | 3 | 79 | 5E | 33 |
| Octal | 15 | 370 | 17 | 137 | 0 | 136 | 3 | 171 | 136 | 63 |
| Binary | 1101 | 11111000 | 1111 | 1011111 | 0 | 1011110 | 11 | 1111001 | 1011110 | 110011 |
Color Harmonies of #0DF80F
Complementary color
Monochromatic Colors of #0DF80F
Black with #0DF80F
Text Example
Text Example
White with #0DF80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF80F; }
p { color: rgb(13,248,15); }
H1.HeaderClassName
{
color: #0DF80F;
}
.AnyTagClassName
{
color: #0DF80F;
}
</style>
background-color css
<style>
a { background-color: #0DF80F; }
a { background-color: rgb(13,248,15); }
div.DivClassName
{
background-color: #0DF80F;
}
.BgClassName
{
background-color: #0DF80F;
}
</style>
border-color css
<style>
span { border-color: #0DF80F; }
span { border-color: rgb(13,248,15); }
td.TdClassName
{
border-color: #0DF80F;
}
.TagClassName
{
border-color: #0DF80F;
}
</style>