Shades of Free Speech Green #10F219
Tints of Free Speech Green #10F219
RGB
CMYK
RGB Variations
Color information
#10F219 (or 0x10F219) is known color: Free Speech Green. HEX triplet: 10, F2 and 19. RGB value is (16,242,25). Sum of RGB (Red+Green+Blue) = 16+242+25=283 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.65% from 283); Green value is 242 (94.92% from 255 or 85.51% from 283); Blue value is 25 (10.16% from 255 or 8.83% from 283); Max value from RGB is 242 - color contains mainly: green. Hex color #10F219 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #10F219 is #EF0DE6. Grayscale: #969696. Windows color (decimal): -15666663 or 1700368. OLE color: 1700368.
HSL color Cylindrical-coordinate representation of color #10F219: hue angle of 122.39º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F219 is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 242 | 25 | - |
| CMYK | 0.93 | 0 | 0.90 | 0.05 |
| HSL | 122.39º | 0.9% | 0.51% | - |
| HSV(B) | 122.39º | 0.93% | 0.95% | - |
| XYZ | 32.14 | 63.68 | 11.52 | - |
| YUV | 149.69 | 57.63 | 32.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 242 | 25 | 0.93 | 0 | 0.90 | 0.05 | 122.39 | 0.9 | 0.51 |
| Hex | 10 | F2 | 19 | 5D | 0 | 5A | 5 | 7A | 5A | 33 |
| Octal | 20 | 362 | 31 | 135 | 0 | 132 | 5 | 172 | 132 | 63 |
| Binary | 10000 | 11110010 | 11001 | 1011101 | 0 | 1011010 | 101 | 1111010 | 1011010 | 110011 |
Color Harmonies of #10F219
Complementary color
Monochromatic Colors of #10F219
Black with #10F219
Text Example
Text Example
White with #10F219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F219; }
p { color: rgb(16,242,25); }
H1.HeaderClassName
{
color: #10F219;
}
.AnyTagClassName
{
color: #10F219;
}
</style>
background-color css
<style>
a { background-color: #10F219; }
a { background-color: rgb(16,242,25); }
div.DivClassName
{
background-color: #10F219;
}
.BgClassName
{
background-color: #10F219;
}
</style>
border-color css
<style>
span { border-color: #10F219; }
span { border-color: rgb(16,242,25); }
td.TdClassName
{
border-color: #10F219;
}
.TagClassName
{
border-color: #10F219;
}
</style>