Shades of Free Speech Green #10E403
Tints of Free Speech Green #10E403
RGB
CMYK
RGB Variations
Color information
#10E403 (or 0x10E403) is known color: Free Speech Green. HEX triplet: 10, E4 and 03. RGB value is (16,228,3). Sum of RGB (Red+Green+Blue) = 16+228+3=247 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.48% from 247); Green value is 228 (89.45% from 255 or 92.31% from 247); Blue value is 3 (1.56% from 255 or 1.21% from 247); Max value from RGB is 228 - color contains mainly: green. Hex color #10E403 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10E403 is #EF1BFC. Grayscale: #8B8B8B. Windows color (decimal): -15670269 or 254992. OLE color: 254992.
HSL color Cylindrical-coordinate representation of color #10E403: hue angle of 116.53º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #10E403 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 16 | 228 | 3 | - |
| CMYK | 0.93 | 0 | 0.99 | 0.11 |
| HSL | 116.53º | 0.97% | 0.45% | - |
| HSV(B) | 116.53º | 0.99% | 0.89% | - |
| XYZ | 27.97 | 55.6 | 9.34 | - |
| YUV | 138.96 | 51.26 | 40.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 228 | 3 | 0.93 | 0 | 0.99 | 0.11 | 116.53 | 0.97 | 0.45 |
| Hex | 10 | E4 | 3 | 5D | 0 | 63 | B | 75 | 61 | 2D |
| Octal | 20 | 344 | 3 | 135 | 0 | 143 | 13 | 165 | 141 | 55 |
| Binary | 10000 | 11100100 | 11 | 1011101 | 0 | 1100011 | 1011 | 1110101 | 1100001 | 101101 |
Color Harmonies of #10E403
Complementary color
Monochromatic Colors of #10E403
Black with #10E403
Text Example
Text Example
White with #10E403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E403; }
p { color: rgb(16,228,3); }
H1.HeaderClassName
{
color: #10E403;
}
.AnyTagClassName
{
color: #10E403;
}
</style>
background-color css
<style>
a { background-color: #10E403; }
a { background-color: rgb(16,228,3); }
div.DivClassName
{
background-color: #10E403;
}
.BgClassName
{
background-color: #10E403;
}
</style>
border-color css
<style>
span { border-color: #10E403; }
span { border-color: rgb(16,228,3); }
td.TdClassName
{
border-color: #10E403;
}
.TagClassName
{
border-color: #10E403;
}
</style>