Shades of Free Speech Green #10FF0D
Tints of Free Speech Green #10FF0D
RGB
CMYK
RGB Variations
Color information
#10FF0D (or 0x10FF0D) is known color: Free Speech Green. HEX triplet: 10, FF and 0D. RGB value is (16,255,13). Sum of RGB (Red+Green+Blue) = 16+255+13=284 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.63% from 284); Green value is 255 (100% from 255 or 89.79% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 255 - color contains mainly: green. Hex color #10FF0D is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #10FF0D is #EF00F2. Grayscale: #9C9C9C. Windows color (decimal): -15663347 or 917264. OLE color: 917264.
HSL color Cylindrical-coordinate representation of color #10FF0D: hue angle of 119.26º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #10FF0D is Cyan = 0.94, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 255 | 13 | - |
| CMYK | 0.94 | 0 | 0.95 | 0 |
| HSL | 119.26º | 1% | 0.53% | - |
| HSV(B) | 119.26º | 0.95% | 1% | - |
| XYZ | 36.05 | 71.66 | 12.31 | - |
| YUV | 155.95 | 47.32 | 28.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 255 | 13 | 0.94 | 0 | 0.95 | 0 | 119.26 | 1 | 0.53 |
| Hex | 10 | FF | D | 5E | 0 | 5F | 0 | 77 | 64 | 35 |
| Octal | 20 | 377 | 15 | 136 | 0 | 137 | 0 | 167 | 144 | 65 |
| Binary | 10000 | 11111111 | 1101 | 1011110 | 0 | 1011111 | 0 | 1110111 | 1100100 | 110101 |
Color Harmonies of #10FF0D
Complementary color
Monochromatic Colors of #10FF0D
Black with #10FF0D
Text Example
Text Example
White with #10FF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FF0D; }
p { color: rgb(16,255,13); }
H1.HeaderClassName
{
color: #10FF0D;
}
.AnyTagClassName
{
color: #10FF0D;
}
</style>
background-color css
<style>
a { background-color: #10FF0D; }
a { background-color: rgb(16,255,13); }
div.DivClassName
{
background-color: #10FF0D;
}
.BgClassName
{
background-color: #10FF0D;
}
</style>
border-color css
<style>
span { border-color: #10FF0D; }
span { border-color: rgb(16,255,13); }
td.TdClassName
{
border-color: #10FF0D;
}
.TagClassName
{
border-color: #10FF0D;
}
</style>