Shades of Free Speech Green #10E308
Tints of Free Speech Green #10E308
RGB
CMYK
RGB Variations
Color information
#10E308 (or 0x10E308) is known color: Free Speech Green. HEX triplet: 10, E3 and 08. RGB value is (16,227,8). Sum of RGB (Red+Green+Blue) = 16+227+8=251 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.37% from 251); Green value is 227 (89.06% from 255 or 90.44% from 251); Blue value is 8 (3.52% from 255 or 3.19% from 251); Max value from RGB is 227 - color contains mainly: green. Hex color #10E308 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10E308 is #EF1CF7. Grayscale: #8B8B8B. Windows color (decimal): -15670520 or 582416. OLE color: 582416.
HSL color Cylindrical-coordinate representation of color #10E308: hue angle of 117.81º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #10E308 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 16 | 227 | 8 | - |
| CMYK | 0.93 | 0 | 0.96 | 0.11 |
| HSL | 117.81º | 0.93% | 0.46% | - |
| HSV(B) | 117.81º | 0.96% | 0.89% | - |
| XYZ | 27.73 | 55.07 | 9.4 | - |
| YUV | 138.95 | 54.1 | 40.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 227 | 8 | 0.93 | 0 | 0.96 | 0.11 | 117.81 | 0.93 | 0.46 |
| Hex | 10 | E3 | 8 | 5D | 0 | 60 | B | 76 | 5D | 2E |
| Octal | 20 | 343 | 10 | 135 | 0 | 140 | 13 | 166 | 135 | 56 |
| Binary | 10000 | 11100011 | 1000 | 1011101 | 0 | 1100000 | 1011 | 1110110 | 1011101 | 101110 |
Color Harmonies of #10E308
Complementary color
Monochromatic Colors of #10E308
Black with #10E308
Text Example
Text Example
White with #10E308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E308; }
p { color: rgb(16,227,8); }
H1.HeaderClassName
{
color: #10E308;
}
.AnyTagClassName
{
color: #10E308;
}
</style>
background-color css
<style>
a { background-color: #10E308; }
a { background-color: rgb(16,227,8); }
div.DivClassName
{
background-color: #10E308;
}
.BgClassName
{
background-color: #10E308;
}
</style>
border-color css
<style>
span { border-color: #10E308; }
span { border-color: rgb(16,227,8); }
td.TdClassName
{
border-color: #10E308;
}
.TagClassName
{
border-color: #10E308;
}
</style>