Shades of Free Speech Green #10FD0A
Tints of Free Speech Green #10FD0A
RGB
CMYK
RGB Variations
Color information
#10FD0A (or 0x10FD0A) is known color: Free Speech Green. HEX triplet: 10, FD and 0A. RGB value is (16,253,10). Sum of RGB (Red+Green+Blue) = 16+253+10=279 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.73% from 279); Green value is 253 (99.22% from 255 or 90.68% from 279); Blue value is 10 (4.30% from 255 or 3.58% from 279); Max value from RGB is 253 - color contains mainly: green. Hex color #10FD0A is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #10FD0A is #EF02F5. Grayscale: #9B9B9B. Windows color (decimal): -15663862 or 720144. OLE color: 720144.
HSL color Cylindrical-coordinate representation of color #10FD0A: hue angle of 118.52º 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 #10FD0A is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 253 | 10 | - |
| CMYK | 0.94 | 0 | 0.96 | 0.01 |
| HSL | 118.52º | 0.98% | 0.52% | - |
| HSV(B) | 118.52º | 0.96% | 0.99% | - |
| XYZ | 35.39 | 70.38 | 12.01 | - |
| YUV | 154.44 | 46.48 | 29.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 253 | 10 | 0.94 | 0 | 0.96 | 0.01 | 118.52 | 0.98 | 0.52 |
| Hex | 10 | FD | A | 5E | 0 | 60 | 1 | 77 | 62 | 34 |
| Octal | 20 | 375 | 12 | 136 | 0 | 140 | 1 | 167 | 142 | 64 |
| Binary | 10000 | 11111101 | 1010 | 1011110 | 0 | 1100000 | 1 | 1110111 | 1100010 | 110100 |
Color Harmonies of #10FD0A
Complementary color
Monochromatic Colors of #10FD0A
Black with #10FD0A
Text Example
Text Example
White with #10FD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FD0A; }
p { color: rgb(16,253,10); }
H1.HeaderClassName
{
color: #10FD0A;
}
.AnyTagClassName
{
color: #10FD0A;
}
</style>
background-color css
<style>
a { background-color: #10FD0A; }
a { background-color: rgb(16,253,10); }
div.DivClassName
{
background-color: #10FD0A;
}
.BgClassName
{
background-color: #10FD0A;
}
</style>
border-color css
<style>
span { border-color: #10FD0A; }
span { border-color: rgb(16,253,10); }
td.TdClassName
{
border-color: #10FD0A;
}
.TagClassName
{
border-color: #10FD0A;
}
</style>