Shades of Free Speech Green #10D90F
Tints of Free Speech Green #10D90F
RGB
CMYK
RGB Variations
Color information
#10D90F (or 0x10D90F) is known color: Free Speech Green. HEX triplet: 10, D9 and 0F. RGB value is (16,217,15). Sum of RGB (Red+Green+Blue) = 16+217+15=248 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.45% from 248); Green value is 217 (85.16% from 255 or 87.5% from 248); Blue value is 15 (6.25% from 255 or 6.05% from 248); Max value from RGB is 217 - color contains mainly: green. Hex color #10D90F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10D90F is #EF26F0. Grayscale: #868686. Windows color (decimal): -15673073 or 1038608. OLE color: 1038608.
HSL color Cylindrical-coordinate representation of color #10D90F: hue angle of 119.7º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10D90F is Cyan = 0.93, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 217 | 15 | - |
| CMYK | 0.93 | 0 | 0.93 | 0.15 |
| HSL | 119.7º | 0.87% | 0.45% | - |
| HSV(B) | 119.7º | 0.93% | 0.85% | - |
| XYZ | 25.11 | 49.77 | 8.74 | - |
| YUV | 133.87 | 60.91 | 43.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 217 | 15 | 0.93 | 0 | 0.93 | 0.15 | 119.7 | 0.87 | 0.45 |
| Hex | 10 | D9 | F | 5D | 0 | 5D | F | 78 | 57 | 2D |
| Octal | 20 | 331 | 17 | 135 | 0 | 135 | 17 | 170 | 127 | 55 |
| Binary | 10000 | 11011001 | 1111 | 1011101 | 0 | 1011101 | 1111 | 1111000 | 1010111 | 101101 |
Color Harmonies of #10D90F
Complementary color
Monochromatic Colors of #10D90F
Black with #10D90F
Text Example
Text Example
White with #10D90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D90F; }
p { color: rgb(16,217,15); }
H1.HeaderClassName
{
color: #10D90F;
}
.AnyTagClassName
{
color: #10D90F;
}
</style>
background-color css
<style>
a { background-color: #10D90F; }
a { background-color: rgb(16,217,15); }
div.DivClassName
{
background-color: #10D90F;
}
.BgClassName
{
background-color: #10D90F;
}
</style>
border-color css
<style>
span { border-color: #10D90F; }
span { border-color: rgb(16,217,15); }
td.TdClassName
{
border-color: #10D90F;
}
.TagClassName
{
border-color: #10D90F;
}
</style>