Shades of Free Speech Green #10FA20
Tints of Free Speech Green #10FA20
RGB
CMYK
RGB Variations
Color information
#10FA20 (or 0x10FA20) is known color: Free Speech Green. HEX triplet: 10, FA and 20. RGB value is (16,250,32). Sum of RGB (Red+Green+Blue) = 16+250+32=298 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.37% from 298); Green value is 250 (98.05% from 255 or 83.89% from 298); Blue value is 32 (12.89% from 255 or 10.74% from 298); Max value from RGB is 250 - color contains mainly: green. Hex color #10FA20 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10FA20 is #EF05DF. Grayscale: #9B9B9B. Windows color (decimal): -15664608 or 2161168. OLE color: 2161168.
HSL color Cylindrical-coordinate representation of color #10FA20: hue angle of 124.1º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FA20 is Cyan = 0.94, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 250 | 32 | - |
| CMYK | 0.94 | 0 | 0.87 | 0.02 |
| HSL | 124.1º | 0.96% | 0.52% | - |
| HSV(B) | 124.1º | 0.94% | 0.98% | - |
| XYZ | 34.66 | 68.59 | 12.78 | - |
| YUV | 155.18 | 58.48 | 28.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 250 | 32 | 0.94 | 0 | 0.87 | 0.02 | 124.1 | 0.96 | 0.52 |
| Hex | 10 | FA | 20 | 5E | 0 | 57 | 2 | 7C | 60 | 34 |
| Octal | 20 | 372 | 40 | 136 | 0 | 127 | 2 | 174 | 140 | 64 |
| Binary | 10000 | 11111010 | 100000 | 1011110 | 0 | 1010111 | 10 | 1111100 | 1100000 | 110100 |
Color Harmonies of #10FA20
Complementary color
Monochromatic Colors of #10FA20
Black with #10FA20
Text Example
Text Example
White with #10FA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FA20; }
p { color: rgb(16,250,32); }
H1.HeaderClassName
{
color: #10FA20;
}
.AnyTagClassName
{
color: #10FA20;
}
</style>
background-color css
<style>
a { background-color: #10FA20; }
a { background-color: rgb(16,250,32); }
div.DivClassName
{
background-color: #10FA20;
}
.BgClassName
{
background-color: #10FA20;
}
</style>
border-color css
<style>
span { border-color: #10FA20; }
span { border-color: rgb(16,250,32); }
td.TdClassName
{
border-color: #10FA20;
}
.TagClassName
{
border-color: #10FA20;
}
</style>