Shades of Free Speech Green #10C90D
Tints of Free Speech Green #10C90D
RGB
CMYK
RGB Variations
Color information
#10C90D (or 0x10C90D) is known color: Free Speech Green. HEX triplet: 10, C9 and 0D. RGB value is (16,201,13). Sum of RGB (Red+Green+Blue) = 16+201+13=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 201 (78.91% from 255 or 87.39% from 230); Blue value is 13 (5.47% from 255 or 5.65% from 230); Max value from RGB is 201 - color contains mainly: green. Hex color #10C90D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10C90D is #EF36F2. Grayscale: #7C7C7C. Windows color (decimal): -15677171 or 903440. OLE color: 903440.
HSL color Cylindrical-coordinate representation of color #10C90D: hue angle of 119.04º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10C90D is Cyan = 0.92, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 16 | 201 | 13 | - |
| CMYK | 0.92 | 0 | 0.94 | 0.21 |
| HSL | 119.04º | 0.88% | 0.42% | - |
| HSV(B) | 119.04º | 0.94% | 0.79% | - |
| XYZ | 21.17 | 41.91 | 7.35 | - |
| YUV | 124.25 | 65.21 | 50.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 201 | 13 | 0.92 | 0 | 0.94 | 0.21 | 119.04 | 0.88 | 0.42 |
| Hex | 10 | C9 | D | 5C | 0 | 5E | 15 | 77 | 58 | 2A |
| Octal | 20 | 311 | 15 | 134 | 0 | 136 | 25 | 167 | 130 | 52 |
| Binary | 10000 | 11001001 | 1101 | 1011100 | 0 | 1011110 | 10101 | 1110111 | 1011000 | 101010 |
Color Harmonies of #10C90D
Complementary color
Monochromatic Colors of #10C90D
Black with #10C90D
Text Example
Text Example
White with #10C90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C90D; }
p { color: rgb(16,201,13); }
H1.HeaderClassName
{
color: #10C90D;
}
.AnyTagClassName
{
color: #10C90D;
}
</style>
background-color css
<style>
a { background-color: #10C90D; }
a { background-color: rgb(16,201,13); }
div.DivClassName
{
background-color: #10C90D;
}
.BgClassName
{
background-color: #10C90D;
}
</style>
border-color css
<style>
span { border-color: #10C90D; }
span { border-color: rgb(16,201,13); }
td.TdClassName
{
border-color: #10C90D;
}
.TagClassName
{
border-color: #10C90D;
}
</style>