Shades of Free Speech Green #10E61F
Tints of Free Speech Green #10E61F
RGB
CMYK
RGB Variations
Color information
#10E61F (or 0x10E61F) is known color: Free Speech Green. HEX triplet: 10, E6 and 1F. RGB value is (16,230,31). Sum of RGB (Red+Green+Blue) = 16+230+31=277 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.78% from 277); Green value is 230 (90.23% from 255 or 83.03% from 277); Blue value is 31 (12.5% from 255 or 11.19% from 277); Max value from RGB is 230 - color contains mainly: green. Hex color #10E61F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10E61F is #EF19E0. Grayscale: #8F8F8F. Windows color (decimal): -15669729 or 2090512. OLE color: 2090512.
HSL color Cylindrical-coordinate representation of color #10E61F: hue angle of 124.21º 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 #10E61F is Cyan = 0.93, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 16 | 230 | 31 | - |
| CMYK | 0.93 | 0 | 0.87 | 0.10 |
| HSL | 124.21º | 0.87% | 0.48% | - |
| HSV(B) | 124.21º | 0.93% | 0.9% | - |
| XYZ | 28.76 | 56.8 | 10.74 | - |
| YUV | 143.33 | 64.6 | 37.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 230 | 31 | 0.93 | 0 | 0.87 | 0.10 | 124.21 | 0.87 | 0.48 |
| Hex | 10 | E6 | 1F | 5D | 0 | 57 | A | 7C | 57 | 30 |
| Octal | 20 | 346 | 37 | 135 | 0 | 127 | 12 | 174 | 127 | 60 |
| Binary | 10000 | 11100110 | 11111 | 1011101 | 0 | 1010111 | 1010 | 1111100 | 1010111 | 110000 |
Color Harmonies of #10E61F
Complementary color
Monochromatic Colors of #10E61F
Black with #10E61F
Text Example
Text Example
White with #10E61F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E61F; }
p { color: rgb(16,230,31); }
H1.HeaderClassName
{
color: #10E61F;
}
.AnyTagClassName
{
color: #10E61F;
}
</style>
background-color css
<style>
a { background-color: #10E61F; }
a { background-color: rgb(16,230,31); }
div.DivClassName
{
background-color: #10E61F;
}
.BgClassName
{
background-color: #10E61F;
}
</style>
border-color css
<style>
span { border-color: #10E61F; }
span { border-color: rgb(16,230,31); }
td.TdClassName
{
border-color: #10E61F;
}
.TagClassName
{
border-color: #10E61F;
}
</style>