Shades of Free Speech Green #0DFC0B
Tints of Free Speech Green #0DFC0B
RGB
CMYK
RGB Variations
Color information
#0DFC0B (or 0x0DFC0B) is known color: Free Speech Green. HEX triplet: 0D, FC and 0B. RGB value is (13,252,11). Sum of RGB (Red+Green+Blue) = 13+252+11=276 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.71% from 276); Green value is 252 (98.83% from 255 or 91.30% from 276); Blue value is 11 (4.69% from 255 or 3.99% from 276); Max value from RGB is 252 - color contains mainly: green. Hex color #0DFC0B is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0DFC0B is #F203F4. Grayscale: #999999. Windows color (decimal): -15860725 or 785421. OLE color: 785421.
HSL color Cylindrical-coordinate representation of color #0DFC0B: hue angle of 119.5º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0DFC0B is Cyan = 0.95, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 13 | 252 | 11 | - |
| CMYK | 0.95 | 0 | 0.96 | 0.01 |
| HSL | 119.5º | 0.98% | 0.52% | - |
| HSV(B) | 119.5º | 0.96% | 0.99% | - |
| XYZ | 35.04 | 69.73 | 11.93 | - |
| YUV | 153.07 | 47.82 | 28.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 252 | 11 | 0.95 | 0 | 0.96 | 0.01 | 119.5 | 0.98 | 0.52 |
| Hex | D | FC | B | 5F | 0 | 60 | 1 | 78 | 62 | 34 |
| Octal | 15 | 374 | 13 | 137 | 0 | 140 | 1 | 170 | 142 | 64 |
| Binary | 1101 | 11111100 | 1011 | 1011111 | 0 | 1100000 | 1 | 1111000 | 1100010 | 110100 |
Color Harmonies of #0DFC0B
Complementary color
Monochromatic Colors of #0DFC0B
Black with #0DFC0B
Text Example
Text Example
White with #0DFC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFC0B; }
p { color: rgb(13,252,11); }
H1.HeaderClassName
{
color: #0DFC0B;
}
.AnyTagClassName
{
color: #0DFC0B;
}
</style>
background-color css
<style>
a { background-color: #0DFC0B; }
a { background-color: rgb(13,252,11); }
div.DivClassName
{
background-color: #0DFC0B;
}
.BgClassName
{
background-color: #0DFC0B;
}
</style>
border-color css
<style>
span { border-color: #0DFC0B; }
span { border-color: rgb(13,252,11); }
td.TdClassName
{
border-color: #0DFC0B;
}
.TagClassName
{
border-color: #0DFC0B;
}
</style>