Shades of Free Speech Green #10F318
Tints of Free Speech Green #10F318
RGB
CMYK
RGB Variations
Color information
#10F318 (or 0x10F318) is known color: Free Speech Green. HEX triplet: 10, F3 and 18. RGB value is (16,243,24). Sum of RGB (Red+Green+Blue) = 16+243+24=283 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.65% from 283); Green value is 243 (95.31% from 255 or 85.87% from 283); Blue value is 24 (9.77% from 255 or 8.48% from 283); Max value from RGB is 243 - color contains mainly: green. Hex color #10F318 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #10F318 is #EF0CE7. Grayscale: #969696. Windows color (decimal): -15666408 or 1635088. OLE color: 1635088.
HSL color Cylindrical-coordinate representation of color #10F318: hue angle of 122.11º 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 #10F318 is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 243 | 24 | - |
| CMYK | 0.93 | 0 | 0.90 | 0.05 |
| HSL | 122.11º | 0.9% | 0.51% | - |
| HSV(B) | 122.11º | 0.93% | 0.95% | - |
| XYZ | 32.43 | 64.28 | 11.56 | - |
| YUV | 150.16 | 56.79 | 32.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 243 | 24 | 0.93 | 0 | 0.90 | 0.05 | 122.11 | 0.9 | 0.51 |
| Hex | 10 | F3 | 18 | 5D | 0 | 5A | 5 | 7A | 5A | 33 |
| Octal | 20 | 363 | 30 | 135 | 0 | 132 | 5 | 172 | 132 | 63 |
| Binary | 10000 | 11110011 | 11000 | 1011101 | 0 | 1011010 | 101 | 1111010 | 1011010 | 110011 |
Color Harmonies of #10F318
Complementary color
Monochromatic Colors of #10F318
Black with #10F318
Text Example
Text Example
White with #10F318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F318; }
p { color: rgb(16,243,24); }
H1.HeaderClassName
{
color: #10F318;
}
.AnyTagClassName
{
color: #10F318;
}
</style>
background-color css
<style>
a { background-color: #10F318; }
a { background-color: rgb(16,243,24); }
div.DivClassName
{
background-color: #10F318;
}
.BgClassName
{
background-color: #10F318;
}
</style>
border-color css
<style>
span { border-color: #10F318; }
span { border-color: rgb(16,243,24); }
td.TdClassName
{
border-color: #10F318;
}
.TagClassName
{
border-color: #10F318;
}
</style>