Shades of Free Speech Green #10FA33
Tints of Free Speech Green #10FA33
RGB
CMYK
RGB Variations
Color information
#10FA33 (or 0x10FA33) is known color: Free Speech Green. HEX triplet: 10, FA and 33. RGB value is (16,250,51). Sum of RGB (Red+Green+Blue) = 16+250+51=317 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.05% from 317); Green value is 250 (98.05% from 255 or 78.86% from 317); Blue value is 51 (20.31% from 255 or 16.09% from 317); Max value from RGB is 250 - color contains mainly: green. Hex color #10FA33 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10FA33 is #EF05CC. Grayscale: #9D9D9D. Windows color (decimal): -15664589 or 3406352. OLE color: 3406352.
HSL color Cylindrical-coordinate representation of color #10FA33: hue angle of 128.97º 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 #10FA33 is Cyan = 0.94, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 250 | 51 | - |
| CMYK | 0.94 | 0 | 0.80 | 0.02 |
| HSL | 128.97º | 0.96% | 0.52% | - |
| HSV(B) | 128.97º | 0.94% | 0.98% | - |
| XYZ | 35 | 68.72 | 14.55 | - |
| YUV | 157.35 | 67.98 | 27.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 250 | 51 | 0.94 | 0 | 0.80 | 0.02 | 128.97 | 0.96 | 0.52 |
| Hex | 10 | FA | 33 | 5E | 0 | 50 | 2 | 81 | 60 | 34 |
| Octal | 20 | 372 | 63 | 136 | 0 | 120 | 2 | 201 | 140 | 64 |
| Binary | 10000 | 11111010 | 110011 | 1011110 | 0 | 1010000 | 10 | 10000001 | 1100000 | 110100 |
Color Harmonies of #10FA33
Complementary color
Monochromatic Colors of #10FA33
Black with #10FA33
Text Example
Text Example
White with #10FA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FA33; }
p { color: rgb(16,250,51); }
H1.HeaderClassName
{
color: #10FA33;
}
.AnyTagClassName
{
color: #10FA33;
}
</style>
background-color css
<style>
a { background-color: #10FA33; }
a { background-color: rgb(16,250,51); }
div.DivClassName
{
background-color: #10FA33;
}
.BgClassName
{
background-color: #10FA33;
}
</style>
border-color css
<style>
span { border-color: #10FA33; }
span { border-color: rgb(16,250,51); }
td.TdClassName
{
border-color: #10FA33;
}
.TagClassName
{
border-color: #10FA33;
}
</style>