Shades of Free Speech Green #10F230
Tints of Free Speech Green #10F230
RGB
CMYK
RGB Variations
Color information
#10F230 (or 0x10F230) is known color: Free Speech Green. HEX triplet: 10, F2 and 30. RGB value is (16,242,48). Sum of RGB (Red+Green+Blue) = 16+242+48=306 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.23% from 306); Green value is 242 (94.92% from 255 or 79.08% from 306); Blue value is 48 (19.14% from 255 or 15.69% from 306); Max value from RGB is 242 - color contains mainly: green. Hex color #10F230 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10F230 is #EF0DCF. Grayscale: #989898. Windows color (decimal): -15666640 or 3207696. OLE color: 3207696.
HSL color Cylindrical-coordinate representation of color #10F230: hue angle of 128.5º 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 #10F230 is Cyan = 0.93, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 242 | 48 | - |
| CMYK | 0.93 | 0 | 0.80 | 0.05 |
| HSL | 128.5º | 0.9% | 0.51% | - |
| HSV(B) | 128.5º | 0.93% | 0.95% | - |
| XYZ | 32.5 | 63.83 | 13.4 | - |
| YUV | 152.31 | 69.13 | 30.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 242 | 48 | 0.93 | 0 | 0.80 | 0.05 | 128.5 | 0.9 | 0.51 |
| Hex | 10 | F2 | 30 | 5D | 0 | 50 | 5 | 80 | 5A | 33 |
| Octal | 20 | 362 | 60 | 135 | 0 | 120 | 5 | 200 | 132 | 63 |
| Binary | 10000 | 11110010 | 110000 | 1011101 | 0 | 1010000 | 101 | 10000000 | 1011010 | 110011 |
Color Harmonies of #10F230
Complementary color
Monochromatic Colors of #10F230
Black with #10F230
Text Example
Text Example
White with #10F230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F230; }
p { color: rgb(16,242,48); }
H1.HeaderClassName
{
color: #10F230;
}
.AnyTagClassName
{
color: #10F230;
}
</style>
background-color css
<style>
a { background-color: #10F230; }
a { background-color: rgb(16,242,48); }
div.DivClassName
{
background-color: #10F230;
}
.BgClassName
{
background-color: #10F230;
}
</style>
border-color css
<style>
span { border-color: #10F230; }
span { border-color: rgb(16,242,48); }
td.TdClassName
{
border-color: #10F230;
}
.TagClassName
{
border-color: #10F230;
}
</style>