Shades of Free Speech Green #23F010
Tints of Free Speech Green #23F010
RGB
CMYK
RGB Variations
Color information
#23F010 (or 0x23F010) is known color: Free Speech Green. HEX triplet: 23, F0 and 10. RGB value is (35,240,16). Sum of RGB (Red+Green+Blue) = 35+240+16=291 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.03% from 291); Green value is 240 (94.14% from 255 or 82.47% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 240 - color contains mainly: green. Hex color #23F010 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #23F010 is #DC0FEF. Grayscale: #999999. Windows color (decimal): -14422000 or 1110051. OLE color: 1110051.
HSL color Cylindrical-coordinate representation of color #23F010: hue angle of 114.91º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #23F010 is Cyan = 0.85, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 35 | 240 | 16 | - |
| CMYK | 0.85 | 0 | 0.93 | 0.06 |
| HSL | 114.91º | 0.88% | 0.5% | - |
| HSV(B) | 114.91º | 0.93% | 0.94% | - |
| XYZ | 31.95 | 62.71 | 10.91 | - |
| YUV | 153.17 | 50.58 | 43.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 240 | 16 | 0.85 | 0 | 0.93 | 0.06 | 114.91 | 0.88 | 0.5 |
| Hex | 23 | F0 | 10 | 55 | 0 | 5D | 6 | 73 | 58 | 32 |
| Octal | 43 | 360 | 20 | 125 | 0 | 135 | 6 | 163 | 130 | 62 |
| Binary | 100011 | 11110000 | 10000 | 1010101 | 0 | 1011101 | 110 | 1110011 | 1011000 | 110010 |
Color Harmonies of #23F010
Complementary color
Monochromatic Colors of #23F010
Black with #23F010
Text Example
Text Example
White with #23F010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23F010; }
p { color: rgb(35,240,16); }
H1.HeaderClassName
{
color: #23F010;
}
.AnyTagClassName
{
color: #23F010;
}
</style>
background-color css
<style>
a { background-color: #23F010; }
a { background-color: rgb(35,240,16); }
div.DivClassName
{
background-color: #23F010;
}
.BgClassName
{
background-color: #23F010;
}
</style>
border-color css
<style>
span { border-color: #23F010; }
span { border-color: rgb(35,240,16); }
td.TdClassName
{
border-color: #23F010;
}
.TagClassName
{
border-color: #23F010;
}
</style>