Shades of Free Speech Green #10DA08
Tints of Free Speech Green #10DA08
RGB
CMYK
RGB Variations
Color information
#10DA08 (or 0x10DA08) is known color: Free Speech Green. HEX triplet: 10, DA and 08. RGB value is (16,218,8). Sum of RGB (Red+Green+Blue) = 16+218+8=242 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.61% from 242); Green value is 218 (85.55% from 255 or 90.08% from 242); Blue value is 8 (3.52% from 255 or 3.31% from 242); Max value from RGB is 218 - color contains mainly: green. Hex color #10DA08 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10DA08 is #EF25F7. Grayscale: #868686. Windows color (decimal): -15672824 or 580112. OLE color: 580112.
HSL color Cylindrical-coordinate representation of color #10DA08: hue angle of 117.71º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #10DA08 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 218 | 8 | - |
| CMYK | 0.93 | 0 | 0.96 | 0.15 |
| HSL | 117.71º | 0.93% | 0.44% | - |
| HSV(B) | 117.71º | 0.96% | 0.85% | - |
| XYZ | 25.33 | 50.27 | 8.6 | - |
| YUV | 133.66 | 57.08 | 44.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 218 | 8 | 0.93 | 0 | 0.96 | 0.15 | 117.71 | 0.93 | 0.44 |
| Hex | 10 | DA | 8 | 5D | 0 | 60 | F | 76 | 5D | 2C |
| Octal | 20 | 332 | 10 | 135 | 0 | 140 | 17 | 166 | 135 | 54 |
| Binary | 10000 | 11011010 | 1000 | 1011101 | 0 | 1100000 | 1111 | 1110110 | 1011101 | 101100 |
Color Harmonies of #10DA08
Complementary color
Monochromatic Colors of #10DA08
Black with #10DA08
Text Example
Text Example
White with #10DA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DA08; }
p { color: rgb(16,218,8); }
H1.HeaderClassName
{
color: #10DA08;
}
.AnyTagClassName
{
color: #10DA08;
}
</style>
background-color css
<style>
a { background-color: #10DA08; }
a { background-color: rgb(16,218,8); }
div.DivClassName
{
background-color: #10DA08;
}
.BgClassName
{
background-color: #10DA08;
}
</style>
border-color css
<style>
span { border-color: #10DA08; }
span { border-color: rgb(16,218,8); }
td.TdClassName
{
border-color: #10DA08;
}
.TagClassName
{
border-color: #10DA08;
}
</style>