Shades of Free Speech Green #10CF07
Tints of Free Speech Green #10CF07
RGB
CMYK
RGB Variations
Color information
#10CF07 (or 0x10CF07) is known color: Free Speech Green. HEX triplet: 10, CF and 07. RGB value is (16,207,7). Sum of RGB (Red+Green+Blue) = 16+207+7=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 207 (81.25% from 255 or 90% from 230); Blue value is 7 (3.12% from 255 or 3.04% from 230); Max value from RGB is 207 - color contains mainly: green. Hex color #10CF07 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10CF07 is #EF30F8. Grayscale: #7F7F7F. Windows color (decimal): -15675641 or 511760. OLE color: 511760.
HSL color Cylindrical-coordinate representation of color #10CF07: hue angle of 117.3º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #10CF07 is Cyan = 0.92, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 207 | 7 | - |
| CMYK | 0.92 | 0 | 0.97 | 0.19 |
| HSL | 117.3º | 0.93% | 0.42% | - |
| HSV(B) | 117.3º | 0.97% | 0.81% | - |
| XYZ | 22.56 | 44.75 | 7.65 | - |
| YUV | 127.09 | 60.22 | 48.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 207 | 7 | 0.92 | 0 | 0.97 | 0.19 | 117.3 | 0.93 | 0.42 |
| Hex | 10 | CF | 7 | 5C | 0 | 61 | 13 | 75 | 5D | 2A |
| Octal | 20 | 317 | 7 | 134 | 0 | 141 | 23 | 165 | 135 | 52 |
| Binary | 10000 | 11001111 | 111 | 1011100 | 0 | 1100001 | 10011 | 1110101 | 1011101 | 101010 |
Color Harmonies of #10CF07
Complementary color
Monochromatic Colors of #10CF07
Black with #10CF07
Text Example
Text Example
White with #10CF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CF07; }
p { color: rgb(16,207,7); }
H1.HeaderClassName
{
color: #10CF07;
}
.AnyTagClassName
{
color: #10CF07;
}
</style>
background-color css
<style>
a { background-color: #10CF07; }
a { background-color: rgb(16,207,7); }
div.DivClassName
{
background-color: #10CF07;
}
.BgClassName
{
background-color: #10CF07;
}
</style>
border-color css
<style>
span { border-color: #10CF07; }
span { border-color: rgb(16,207,7); }
td.TdClassName
{
border-color: #10CF07;
}
.TagClassName
{
border-color: #10CF07;
}
</style>