Shades of Free Speech Green #10E61B
Tints of Free Speech Green #10E61B
RGB
CMYK
RGB Variations
Color information
#10E61B (or 0x10E61B) is known color: Free Speech Green. HEX triplet: 10, E6 and 1B. RGB value is (16,230,27). Sum of RGB (Red+Green+Blue) = 16+230+27=273 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.86% from 273); Green value is 230 (90.23% from 255 or 84.25% from 273); Blue value is 27 (10.94% from 255 or 9.89% from 273); Max value from RGB is 230 - color contains mainly: green. Hex color #10E61B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10E61B is #EF19E4. Grayscale: #8F8F8F. Windows color (decimal): -15669733 or 1828368. OLE color: 1828368.
HSL color Cylindrical-coordinate representation of color #10E61B: hue angle of 123.08º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E61B is Cyan = 0.93, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 16 | 230 | 27 | - |
| CMYK | 0.93 | 0 | 0.88 | 0.10 |
| HSL | 123.08º | 0.87% | 0.48% | - |
| HSV(B) | 123.08º | 0.93% | 0.9% | - |
| XYZ | 28.71 | 56.78 | 10.48 | - |
| YUV | 142.87 | 62.6 | 37.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 230 | 27 | 0.93 | 0 | 0.88 | 0.10 | 123.08 | 0.87 | 0.48 |
| Hex | 10 | E6 | 1B | 5D | 0 | 58 | A | 7B | 57 | 30 |
| Octal | 20 | 346 | 33 | 135 | 0 | 130 | 12 | 173 | 127 | 60 |
| Binary | 10000 | 11100110 | 11011 | 1011101 | 0 | 1011000 | 1010 | 1111011 | 1010111 | 110000 |
Color Harmonies of #10E61B
Complementary color
Monochromatic Colors of #10E61B
Black with #10E61B
Text Example
Text Example
White with #10E61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E61B; }
p { color: rgb(16,230,27); }
H1.HeaderClassName
{
color: #10E61B;
}
.AnyTagClassName
{
color: #10E61B;
}
</style>
background-color css
<style>
a { background-color: #10E61B; }
a { background-color: rgb(16,230,27); }
div.DivClassName
{
background-color: #10E61B;
}
.BgClassName
{
background-color: #10E61B;
}
</style>
border-color css
<style>
span { border-color: #10E61B; }
span { border-color: rgb(16,230,27); }
td.TdClassName
{
border-color: #10E61B;
}
.TagClassName
{
border-color: #10E61B;
}
</style>