Shades of Free Speech Green #10DA09
Tints of Free Speech Green #10DA09
RGB
CMYK
RGB Variations
Color information
#10DA09 (or 0x10DA09) is known color: Free Speech Green. HEX triplet: 10, DA and 09. RGB value is (16,218,9). Sum of RGB (Red+Green+Blue) = 16+218+9=243 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.58% from 243); Green value is 218 (85.55% from 255 or 89.71% from 243); Blue value is 9 (3.91% from 255 or 3.70% from 243); Max value from RGB is 218 - color contains mainly: green. Hex color #10DA09 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10DA09 is #EF25F6. Grayscale: #868686. Windows color (decimal): -15672823 or 645648. OLE color: 645648.
HSL color Cylindrical-coordinate representation of color #10DA09: hue angle of 117.99º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #10DA09 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 218 | 9 | - |
| CMYK | 0.93 | 0 | 0.96 | 0.15 |
| HSL | 117.99º | 0.92% | 0.45% | - |
| HSV(B) | 117.99º | 0.96% | 0.85% | - |
| XYZ | 25.33 | 50.27 | 8.63 | - |
| YUV | 133.78 | 57.58 | 43.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 218 | 9 | 0.93 | 0 | 0.96 | 0.15 | 117.99 | 0.92 | 0.45 |
| Hex | 10 | DA | 9 | 5D | 0 | 60 | F | 76 | 5C | 2D |
| Octal | 20 | 332 | 11 | 135 | 0 | 140 | 17 | 166 | 134 | 55 |
| Binary | 10000 | 11011010 | 1001 | 1011101 | 0 | 1100000 | 1111 | 1110110 | 1011100 | 101101 |
Color Harmonies of #10DA09
Complementary color
Monochromatic Colors of #10DA09
Black with #10DA09
Text Example
Text Example
White with #10DA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DA09; }
p { color: rgb(16,218,9); }
H1.HeaderClassName
{
color: #10DA09;
}
.AnyTagClassName
{
color: #10DA09;
}
</style>
background-color css
<style>
a { background-color: #10DA09; }
a { background-color: rgb(16,218,9); }
div.DivClassName
{
background-color: #10DA09;
}
.BgClassName
{
background-color: #10DA09;
}
</style>
border-color css
<style>
span { border-color: #10DA09; }
span { border-color: rgb(16,218,9); }
td.TdClassName
{
border-color: #10DA09;
}
.TagClassName
{
border-color: #10DA09;
}
</style>