Shades of Free Speech Green #10EE20
Tints of Free Speech Green #10EE20
RGB
CMYK
RGB Variations
Color information
#10EE20 (or 0x10EE20) is known color: Free Speech Green. HEX triplet: 10, EE and 20. RGB value is (16,238,32). Sum of RGB (Red+Green+Blue) = 16+238+32=286 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.59% from 286); Green value is 238 (93.36% from 255 or 83.22% from 286); Blue value is 32 (12.89% from 255 or 11.19% from 286); Max value from RGB is 238 - color contains mainly: green. Hex color #10EE20 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10EE20 is #EF11DF. Grayscale: #949494. Windows color (decimal): -15667680 or 2158096. OLE color: 2158096.
HSL color Cylindrical-coordinate representation of color #10EE20: hue angle of 124.32º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10EE20 is Cyan = 0.93, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 238 | 32 | - |
| CMYK | 0.93 | 0 | 0.87 | 0.07 |
| HSL | 124.32º | 0.87% | 0.5% | - |
| HSV(B) | 124.32º | 0.93% | 0.93% | - |
| XYZ | 31.05 | 61.36 | 11.57 | - |
| YUV | 148.14 | 62.45 | 33.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 238 | 32 | 0.93 | 0 | 0.87 | 0.07 | 124.32 | 0.87 | 0.5 |
| Hex | 10 | EE | 20 | 5D | 0 | 57 | 7 | 7C | 57 | 32 |
| Octal | 20 | 356 | 40 | 135 | 0 | 127 | 7 | 174 | 127 | 62 |
| Binary | 10000 | 11101110 | 100000 | 1011101 | 0 | 1010111 | 111 | 1111100 | 1010111 | 110010 |
Color Harmonies of #10EE20
Complementary color
Monochromatic Colors of #10EE20
Black with #10EE20
Text Example
Text Example
White with #10EE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10EE20; }
p { color: rgb(16,238,32); }
H1.HeaderClassName
{
color: #10EE20;
}
.AnyTagClassName
{
color: #10EE20;
}
</style>
background-color css
<style>
a { background-color: #10EE20; }
a { background-color: rgb(16,238,32); }
div.DivClassName
{
background-color: #10EE20;
}
.BgClassName
{
background-color: #10EE20;
}
</style>
border-color css
<style>
span { border-color: #10EE20; }
span { border-color: rgb(16,238,32); }
td.TdClassName
{
border-color: #10EE20;
}
.TagClassName
{
border-color: #10EE20;
}
</style>