Shades of Free Speech Green #10FB0B
Tints of Free Speech Green #10FB0B
RGB
CMYK
RGB Variations
Color information
#10FB0B (or 0x10FB0B) is known color: Free Speech Green. HEX triplet: 10, FB and 0B. RGB value is (16,251,11). Sum of RGB (Red+Green+Blue) = 16+251+11=278 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.76% from 278); Green value is 251 (98.44% from 255 or 90.29% from 278); Blue value is 11 (4.69% from 255 or 3.96% from 278); Max value from RGB is 251 - color contains mainly: green. Hex color #10FB0B is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #10FB0B is #EF04F4. Grayscale: #9A9A9A. Windows color (decimal): -15664373 or 785168. OLE color: 785168.
HSL color Cylindrical-coordinate representation of color #10FB0B: hue angle of 118.75º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #10FB0B is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 251 | 11 | - |
| CMYK | 0.94 | 0 | 0.96 | 0.02 |
| HSL | 118.75º | 0.97% | 0.51% | - |
| HSV(B) | 118.75º | 0.96% | 0.98% | - |
| XYZ | 34.77 | 69.13 | 11.83 | - |
| YUV | 153.38 | 47.64 | 30.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 251 | 11 | 0.94 | 0 | 0.96 | 0.02 | 118.75 | 0.97 | 0.51 |
| Hex | 10 | FB | B | 5E | 0 | 60 | 2 | 77 | 61 | 33 |
| Octal | 20 | 373 | 13 | 136 | 0 | 140 | 2 | 167 | 141 | 63 |
| Binary | 10000 | 11111011 | 1011 | 1011110 | 0 | 1100000 | 10 | 1110111 | 1100001 | 110011 |
Color Harmonies of #10FB0B
Complementary color
Monochromatic Colors of #10FB0B
Black with #10FB0B
Text Example
Text Example
White with #10FB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FB0B; }
p { color: rgb(16,251,11); }
H1.HeaderClassName
{
color: #10FB0B;
}
.AnyTagClassName
{
color: #10FB0B;
}
</style>
background-color css
<style>
a { background-color: #10FB0B; }
a { background-color: rgb(16,251,11); }
div.DivClassName
{
background-color: #10FB0B;
}
.BgClassName
{
background-color: #10FB0B;
}
</style>
border-color css
<style>
span { border-color: #10FB0B; }
span { border-color: rgb(16,251,11); }
td.TdClassName
{
border-color: #10FB0B;
}
.TagClassName
{
border-color: #10FB0B;
}
</style>