Shades of Free Speech Green #10FA37
Tints of Free Speech Green #10FA37
RGB
CMYK
RGB Variations
Color information
#10FA37 (or 0x10FA37) is known color: Free Speech Green. HEX triplet: 10, FA and 37. RGB value is (16,250,55). Sum of RGB (Red+Green+Blue) = 16+250+55=321 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.98% from 321); Green value is 250 (98.05% from 255 or 77.88% from 321); Blue value is 55 (21.88% from 255 or 17.13% from 321); Max value from RGB is 250 - color contains mainly: green. Hex color #10FA37 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10FA37 is #EF05C8. Grayscale: #9E9E9E. Windows color (decimal): -15664585 or 3668496. OLE color: 3668496.
HSL color Cylindrical-coordinate representation of color #10FA37: hue angle of 130º degrees, saturation: 0.96, 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 #10FA37 is Cyan = 0.94, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 250 | 55 | - |
| CMYK | 0.94 | 0 | 0.78 | 0.02 |
| HSL | 130º | 0.96% | 0.52% | - |
| HSV(B) | 130º | 0.94% | 0.98% | - |
| XYZ | 35.09 | 68.76 | 15.04 | - |
| YUV | 157.8 | 69.98 | 26.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 250 | 55 | 0.94 | 0 | 0.78 | 0.02 | 130 | 0.96 | 0.52 |
| Hex | 10 | FA | 37 | 5E | 0 | 4E | 2 | 82 | 60 | 34 |
| Octal | 20 | 372 | 67 | 136 | 0 | 116 | 2 | 202 | 140 | 64 |
| Binary | 10000 | 11111010 | 110111 | 1011110 | 0 | 1001110 | 10 | 10000010 | 1100000 | 110100 |
Color Harmonies of #10FA37
Complementary color
Monochromatic Colors of #10FA37
Black with #10FA37
Text Example
Text Example
White with #10FA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FA37; }
p { color: rgb(16,250,55); }
H1.HeaderClassName
{
color: #10FA37;
}
.AnyTagClassName
{
color: #10FA37;
}
</style>
background-color css
<style>
a { background-color: #10FA37; }
a { background-color: rgb(16,250,55); }
div.DivClassName
{
background-color: #10FA37;
}
.BgClassName
{
background-color: #10FA37;
}
</style>
border-color css
<style>
span { border-color: #10FA37; }
span { border-color: rgb(16,250,55); }
td.TdClassName
{
border-color: #10FA37;
}
.TagClassName
{
border-color: #10FA37;
}
</style>