Shades of Free Speech Green #10C908
Tints of Free Speech Green #10C908
RGB
CMYK
RGB Variations
Color information
#10C908 (or 0x10C908) is known color: Free Speech Green. HEX triplet: 10, C9 and 08. RGB value is (16,201,8). Sum of RGB (Red+Green+Blue) = 16+201+8=225 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.11% from 225); Green value is 201 (78.91% from 255 or 89.33% from 225); Blue value is 8 (3.52% from 255 or 3.56% from 225); Max value from RGB is 201 - color contains mainly: green. Hex color #10C908 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10C908 is #EF36F7. Grayscale: #7C7C7C. Windows color (decimal): -15677176 or 575760. OLE color: 575760.
HSL color Cylindrical-coordinate representation of color #10C908: hue angle of 117.51º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #10C908 is Cyan = 0.92, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 16 | 201 | 8 | - |
| CMYK | 0.92 | 0 | 0.96 | 0.21 |
| HSL | 117.51º | 0.92% | 0.41% | - |
| HSV(B) | 117.51º | 0.96% | 0.79% | - |
| XYZ | 21.14 | 41.9 | 7.2 | - |
| YUV | 123.68 | 62.71 | 51.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 201 | 8 | 0.92 | 0 | 0.96 | 0.21 | 117.51 | 0.92 | 0.41 |
| Hex | 10 | C9 | 8 | 5C | 0 | 60 | 15 | 76 | 5C | 29 |
| Octal | 20 | 311 | 10 | 134 | 0 | 140 | 25 | 166 | 134 | 51 |
| Binary | 10000 | 11001001 | 1000 | 1011100 | 0 | 1100000 | 10101 | 1110110 | 1011100 | 101001 |
Color Harmonies of #10C908
Complementary color
Monochromatic Colors of #10C908
Black with #10C908
Text Example
Text Example
White with #10C908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C908; }
p { color: rgb(16,201,8); }
H1.HeaderClassName
{
color: #10C908;
}
.AnyTagClassName
{
color: #10C908;
}
</style>
background-color css
<style>
a { background-color: #10C908; }
a { background-color: rgb(16,201,8); }
div.DivClassName
{
background-color: #10C908;
}
.BgClassName
{
background-color: #10C908;
}
</style>
border-color css
<style>
span { border-color: #10C908; }
span { border-color: rgb(16,201,8); }
td.TdClassName
{
border-color: #10C908;
}
.TagClassName
{
border-color: #10C908;
}
</style>