Shades of Free Speech Green #10F91A
Tints of Free Speech Green #10F91A
RGB
CMYK
RGB Variations
Color information
#10F91A (or 0x10F91A) is known color: Free Speech Green. HEX triplet: 10, F9 and 1A. RGB value is (16,249,26). Sum of RGB (Red+Green+Blue) = 16+249+26=291 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.50% from 291); Green value is 249 (97.66% from 255 or 85.57% from 291); Blue value is 26 (10.55% from 255 or 8.93% from 291); Max value from RGB is 249 - color contains mainly: green. Hex color #10F91A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10F91A is #EF06E5. Grayscale: #9A9A9A. Windows color (decimal): -15664870 or 1767696. OLE color: 1767696.
HSL color Cylindrical-coordinate representation of color #10F91A: hue angle of 122.58º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10F91A is Cyan = 0.94, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 249 | 26 | - |
| CMYK | 0.94 | 0 | 0.90 | 0.02 |
| HSL | 122.58º | 0.95% | 0.52% | - |
| HSV(B) | 122.58º | 0.94% | 0.98% | - |
| XYZ | 34.28 | 67.94 | 12.28 | - |
| YUV | 153.91 | 55.81 | 29.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 249 | 26 | 0.94 | 0 | 0.90 | 0.02 | 122.58 | 0.95 | 0.52 |
| Hex | 10 | F9 | 1A | 5E | 0 | 5A | 2 | 7B | 5F | 34 |
| Octal | 20 | 371 | 32 | 136 | 0 | 132 | 2 | 173 | 137 | 64 |
| Binary | 10000 | 11111001 | 11010 | 1011110 | 0 | 1011010 | 10 | 1111011 | 1011111 | 110100 |
Color Harmonies of #10F91A
Complementary color
Monochromatic Colors of #10F91A
Black with #10F91A
Text Example
Text Example
White with #10F91A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F91A; }
p { color: rgb(16,249,26); }
H1.HeaderClassName
{
color: #10F91A;
}
.AnyTagClassName
{
color: #10F91A;
}
</style>
background-color css
<style>
a { background-color: #10F91A; }
a { background-color: rgb(16,249,26); }
div.DivClassName
{
background-color: #10F91A;
}
.BgClassName
{
background-color: #10F91A;
}
</style>
border-color css
<style>
span { border-color: #10F91A; }
span { border-color: rgb(16,249,26); }
td.TdClassName
{
border-color: #10F91A;
}
.TagClassName
{
border-color: #10F91A;
}
</style>