Shades of Free Speech Green #10F905
Tints of Free Speech Green #10F905
RGB
CMYK
RGB Variations
Color information
#10F905 (or 0x10F905) is known color: Free Speech Green. HEX triplet: 10, F9 and 05. RGB value is (16,249,5). Sum of RGB (Red+Green+Blue) = 16+249+5=270 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.93% from 270); Green value is 249 (97.66% from 255 or 92.22% from 270); Blue value is 5 (2.34% from 255 or 1.85% from 270); Max value from RGB is 249 - color contains mainly: green. Hex color #10F905 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #10F905 is #EF06FA. Grayscale: #989898. Windows color (decimal): -15664891 or 391440. OLE color: 391440.
HSL color Cylindrical-coordinate representation of color #10F905: hue angle of 117.3º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #10F905 is Cyan = 0.94, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 249 | 5 | - |
| CMYK | 0.94 | 0 | 0.98 | 0.02 |
| HSL | 117.3º | 0.96% | 0.5% | - |
| HSV(B) | 117.3º | 0.98% | 0.98% | - |
| XYZ | 34.12 | 67.87 | 11.45 | - |
| YUV | 151.52 | 45.31 | 31.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 249 | 5 | 0.94 | 0 | 0.98 | 0.02 | 117.3 | 0.96 | 0.5 |
| Hex | 10 | F9 | 5 | 5E | 0 | 62 | 2 | 75 | 60 | 32 |
| Octal | 20 | 371 | 5 | 136 | 0 | 142 | 2 | 165 | 140 | 62 |
| Binary | 10000 | 11111001 | 101 | 1011110 | 0 | 1100010 | 10 | 1110101 | 1100000 | 110010 |
Color Harmonies of #10F905
Complementary color
Monochromatic Colors of #10F905
Black with #10F905
Text Example
Text Example
White with #10F905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F905; }
p { color: rgb(16,249,5); }
H1.HeaderClassName
{
color: #10F905;
}
.AnyTagClassName
{
color: #10F905;
}
</style>
background-color css
<style>
a { background-color: #10F905; }
a { background-color: rgb(16,249,5); }
div.DivClassName
{
background-color: #10F905;
}
.BgClassName
{
background-color: #10F905;
}
</style>
border-color css
<style>
span { border-color: #10F905; }
span { border-color: rgb(16,249,5); }
td.TdClassName
{
border-color: #10F905;
}
.TagClassName
{
border-color: #10F905;
}
</style>