Shades of Free Speech Green #10E528
Tints of Free Speech Green #10E528
RGB
CMYK
RGB Variations
Color information
#10E528 (or 0x10E528) is known color: Free Speech Green. HEX triplet: 10, E5 and 28. RGB value is (16,229,40). Sum of RGB (Red+Green+Blue) = 16+229+40=285 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.61% from 285); Green value is 229 (89.84% from 255 or 80.35% from 285); Blue value is 40 (16.02% from 255 or 14.04% from 285); Max value from RGB is 229 - color contains mainly: green. Hex color #10E528 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10E528 is #EF1AD7. Grayscale: #909090. Windows color (decimal): -15669976 or 2680080. OLE color: 2680080.
HSL color Cylindrical-coordinate representation of color #10E528: hue angle of 126.76º 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 #10E528 is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 16 | 229 | 40 | - |
| CMYK | 0.93 | 0 | 0.83 | 0.10 |
| HSL | 126.76º | 0.87% | 0.48% | - |
| HSV(B) | 126.76º | 0.93% | 0.9% | - |
| XYZ | 28.62 | 56.3 | 11.37 | - |
| YUV | 143.77 | 69.43 | 36.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 229 | 40 | 0.93 | 0 | 0.83 | 0.10 | 126.76 | 0.87 | 0.48 |
| Hex | 10 | E5 | 28 | 5D | 0 | 53 | A | 7F | 57 | 30 |
| Octal | 20 | 345 | 50 | 135 | 0 | 123 | 12 | 177 | 127 | 60 |
| Binary | 10000 | 11100101 | 101000 | 1011101 | 0 | 1010011 | 1010 | 1111111 | 1010111 | 110000 |
Color Harmonies of #10E528
Complementary color
Monochromatic Colors of #10E528
Black with #10E528
Text Example
Text Example
White with #10E528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E528; }
p { color: rgb(16,229,40); }
H1.HeaderClassName
{
color: #10E528;
}
.AnyTagClassName
{
color: #10E528;
}
</style>
background-color css
<style>
a { background-color: #10E528; }
a { background-color: rgb(16,229,40); }
div.DivClassName
{
background-color: #10E528;
}
.BgClassName
{
background-color: #10E528;
}
</style>
border-color css
<style>
span { border-color: #10E528; }
span { border-color: rgb(16,229,40); }
td.TdClassName
{
border-color: #10E528;
}
.TagClassName
{
border-color: #10E528;
}
</style>