Shades of Free Speech Green #10FF2A
Tints of Free Speech Green #10FF2A
RGB
CMYK
RGB Variations
Color information
#10FF2A (or 0x10FF2A) is known color: Free Speech Green. HEX triplet: 10, FF and 2A. RGB value is (16,255,42). Sum of RGB (Red+Green+Blue) = 16+255+42=313 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.11% from 313); Green value is 255 (100% from 255 or 81.47% from 313); Blue value is 42 (16.80% from 255 or 13.42% from 313); Max value from RGB is 255 - color contains mainly: green. Hex color #10FF2A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10FF2A is #EF00D5. Grayscale: #9F9F9F. Windows color (decimal): -15663318 or 2817808. OLE color: 2817808.
HSL color Cylindrical-coordinate representation of color #10FF2A: hue angle of 126.53º 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 #10FF2A is Cyan = 0.94, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 255 | 42 | - |
| CMYK | 0.94 | 0 | 0.84 | 0 |
| HSL | 126.53º | 1% | 0.53% | - |
| HSV(B) | 126.53º | 0.94% | 1% | - |
| XYZ | 36.39 | 71.8 | 14.13 | - |
| YUV | 159.26 | 61.82 | 25.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 255 | 42 | 0.94 | 0 | 0.84 | 0 | 126.53 | 1 | 0.53 |
| Hex | 10 | FF | 2A | 5E | 0 | 54 | 0 | 7F | 64 | 35 |
| Octal | 20 | 377 | 52 | 136 | 0 | 124 | 0 | 177 | 144 | 65 |
| Binary | 10000 | 11111111 | 101010 | 1011110 | 0 | 1010100 | 0 | 1111111 | 1100100 | 110101 |
Color Harmonies of #10FF2A
Complementary color
Monochromatic Colors of #10FF2A
Black with #10FF2A
Text Example
Text Example
White with #10FF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FF2A; }
p { color: rgb(16,255,42); }
H1.HeaderClassName
{
color: #10FF2A;
}
.AnyTagClassName
{
color: #10FF2A;
}
</style>
background-color css
<style>
a { background-color: #10FF2A; }
a { background-color: rgb(16,255,42); }
div.DivClassName
{
background-color: #10FF2A;
}
.BgClassName
{
background-color: #10FF2A;
}
</style>
border-color css
<style>
span { border-color: #10FF2A; }
span { border-color: rgb(16,255,42); }
td.TdClassName
{
border-color: #10FF2A;
}
.TagClassName
{
border-color: #10FF2A;
}
</style>