Shades of Free Speech Green #10E008
Tints of Free Speech Green #10E008
RGB
CMYK
RGB Variations
Color information
#10E008 (or 0x10E008) is known color: Free Speech Green. HEX triplet: 10, E0 and 08. RGB value is (16,224,8). Sum of RGB (Red+Green+Blue) = 16+224+8=248 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.45% from 248); Green value is 224 (87.89% from 255 or 90.32% from 248); Blue value is 8 (3.52% from 255 or 3.23% from 248); Max value from RGB is 224 - color contains mainly: green. Hex color #10E008 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10E008 is #EF1FF7. Grayscale: #898989. Windows color (decimal): -15671288 or 581648. OLE color: 581648.
HSL color Cylindrical-coordinate representation of color #10E008: hue angle of 117.78º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #10E008 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 16 | 224 | 8 | - |
| CMYK | 0.93 | 0 | 0.96 | 0.12 |
| HSL | 117.78º | 0.93% | 0.45% | - |
| HSV(B) | 117.78º | 0.96% | 0.88% | - |
| XYZ | 26.91 | 53.44 | 9.13 | - |
| YUV | 137.18 | 55.09 | 41.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 224 | 8 | 0.93 | 0 | 0.96 | 0.12 | 117.78 | 0.93 | 0.45 |
| Hex | 10 | E0 | 8 | 5D | 0 | 60 | C | 76 | 5D | 2D |
| Octal | 20 | 340 | 10 | 135 | 0 | 140 | 14 | 166 | 135 | 55 |
| Binary | 10000 | 11100000 | 1000 | 1011101 | 0 | 1100000 | 1100 | 1110110 | 1011101 | 101101 |
Color Harmonies of #10E008
Complementary color
Monochromatic Colors of #10E008
Black with #10E008
Text Example
Text Example
White with #10E008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E008; }
p { color: rgb(16,224,8); }
H1.HeaderClassName
{
color: #10E008;
}
.AnyTagClassName
{
color: #10E008;
}
</style>
background-color css
<style>
a { background-color: #10E008; }
a { background-color: rgb(16,224,8); }
div.DivClassName
{
background-color: #10E008;
}
.BgClassName
{
background-color: #10E008;
}
</style>
border-color css
<style>
span { border-color: #10E008; }
span { border-color: rgb(16,224,8); }
td.TdClassName
{
border-color: #10E008;
}
.TagClassName
{
border-color: #10E008;
}
</style>