Shades of Free Speech Green #10E52F
Tints of Free Speech Green #10E52F
RGB
CMYK
RGB Variations
Color information
#10E52F (or 0x10E52F) is known color: Free Speech Green. HEX triplet: 10, E5 and 2F. RGB value is (16,229,47). Sum of RGB (Red+Green+Blue) = 16+229+47=292 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.48% from 292); Green value is 229 (89.84% from 255 or 78.42% from 292); Blue value is 47 (18.75% from 255 or 16.10% from 292); Max value from RGB is 229 - color contains mainly: green. Hex color #10E52F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10E52F is #EF1AD0. Grayscale: #919191. Windows color (decimal): -15669969 or 3138832. OLE color: 3138832.
HSL color Cylindrical-coordinate representation of color #10E52F: hue angle of 128.73º 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 #10E52F is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 16 | 229 | 47 | - |
| CMYK | 0.93 | 0 | 0.79 | 0.10 |
| HSL | 128.73º | 0.87% | 0.48% | - |
| HSV(B) | 128.73º | 0.93% | 0.9% | - |
| XYZ | 28.75 | 56.35 | 12.05 | - |
| YUV | 144.57 | 72.93 | 36.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 229 | 47 | 0.93 | 0 | 0.79 | 0.10 | 128.73 | 0.87 | 0.48 |
| Hex | 10 | E5 | 2F | 5D | 0 | 4F | A | 81 | 57 | 30 |
| Octal | 20 | 345 | 57 | 135 | 0 | 117 | 12 | 201 | 127 | 60 |
| Binary | 10000 | 11100101 | 101111 | 1011101 | 0 | 1001111 | 1010 | 10000001 | 1010111 | 110000 |
Color Harmonies of #10E52F
Complementary color
Monochromatic Colors of #10E52F
Black with #10E52F
Text Example
Text Example
White with #10E52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E52F; }
p { color: rgb(16,229,47); }
H1.HeaderClassName
{
color: #10E52F;
}
.AnyTagClassName
{
color: #10E52F;
}
</style>
background-color css
<style>
a { background-color: #10E52F; }
a { background-color: rgb(16,229,47); }
div.DivClassName
{
background-color: #10E52F;
}
.BgClassName
{
background-color: #10E52F;
}
</style>
border-color css
<style>
span { border-color: #10E52F; }
span { border-color: rgb(16,229,47); }
td.TdClassName
{
border-color: #10E52F;
}
.TagClassName
{
border-color: #10E52F;
}
</style>