Shades of Free Speech Green #10FF29
Tints of Free Speech Green #10FF29
RGB
CMYK
RGB Variations
Color information
#10FF29 (or 0x10FF29) is known color: Free Speech Green. HEX triplet: 10, FF and 29. RGB value is (16,255,41). Sum of RGB (Red+Green+Blue) = 16+255+41=312 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.13% from 312); Green value is 255 (100% from 255 or 81.73% from 312); Blue value is 41 (16.41% from 255 or 13.14% from 312); Max value from RGB is 255 - color contains mainly: green. Hex color #10FF29 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10FF29 is #EF00D6. Grayscale: #9F9F9F. Windows color (decimal): -15663319 or 2752272. OLE color: 2752272.
HSL color Cylindrical-coordinate representation of color #10FF29: hue angle of 126.28º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FF29 is Cyan = 0.94, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 255 | 41 | - |
| CMYK | 0.94 | 0 | 0.84 | 0 |
| HSL | 126.28º | 1% | 0.53% | - |
| HSV(B) | 126.28º | 0.94% | 1% | - |
| XYZ | 36.37 | 71.79 | 14.04 | - |
| YUV | 159.14 | 61.32 | 25.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 255 | 41 | 0.94 | 0 | 0.84 | 0 | 126.28 | 1 | 0.53 |
| Hex | 10 | FF | 29 | 5E | 0 | 54 | 0 | 7E | 64 | 35 |
| Octal | 20 | 377 | 51 | 136 | 0 | 124 | 0 | 176 | 144 | 65 |
| Binary | 10000 | 11111111 | 101001 | 1011110 | 0 | 1010100 | 0 | 1111110 | 1100100 | 110101 |
Color Harmonies of #10FF29
Complementary color
Monochromatic Colors of #10FF29
Black with #10FF29
Text Example
Text Example
White with #10FF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FF29; }
p { color: rgb(16,255,41); }
H1.HeaderClassName
{
color: #10FF29;
}
.AnyTagClassName
{
color: #10FF29;
}
</style>
background-color css
<style>
a { background-color: #10FF29; }
a { background-color: rgb(16,255,41); }
div.DivClassName
{
background-color: #10FF29;
}
.BgClassName
{
background-color: #10FF29;
}
</style>
border-color css
<style>
span { border-color: #10FF29; }
span { border-color: rgb(16,255,41); }
td.TdClassName
{
border-color: #10FF29;
}
.TagClassName
{
border-color: #10FF29;
}
</style>