Shades of Free Speech Green #10CF08
Tints of Free Speech Green #10CF08
RGB
CMYK
RGB Variations
Color information
#10CF08 (or 0x10CF08) is known color: Free Speech Green. HEX triplet: 10, CF and 08. RGB value is (16,207,8). Sum of RGB (Red+Green+Blue) = 16+207+8=231 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.93% from 231); Green value is 207 (81.25% from 255 or 89.61% from 231); Blue value is 8 (3.52% from 255 or 3.46% from 231); Max value from RGB is 207 - color contains mainly: green. Hex color #10CF08 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10CF08 is #EF30F7. Grayscale: #7F7F7F. Windows color (decimal): -15675640 or 577296. OLE color: 577296.
HSL color Cylindrical-coordinate representation of color #10CF08: hue angle of 117.59º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #10CF08 is Cyan = 0.92, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 207 | 8 | - |
| CMYK | 0.92 | 0 | 0.96 | 0.19 |
| HSL | 117.59º | 0.93% | 0.42% | - |
| HSV(B) | 117.59º | 0.96% | 0.81% | - |
| XYZ | 22.57 | 44.75 | 7.68 | - |
| YUV | 127.21 | 60.72 | 48.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 207 | 8 | 0.92 | 0 | 0.96 | 0.19 | 117.59 | 0.93 | 0.42 |
| Hex | 10 | CF | 8 | 5C | 0 | 60 | 13 | 76 | 5D | 2A |
| Octal | 20 | 317 | 10 | 134 | 0 | 140 | 23 | 166 | 135 | 52 |
| Binary | 10000 | 11001111 | 1000 | 1011100 | 0 | 1100000 | 10011 | 1110110 | 1011101 | 101010 |
Color Harmonies of #10CF08
Complementary color
Monochromatic Colors of #10CF08
Black with #10CF08
Text Example
Text Example
White with #10CF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CF08; }
p { color: rgb(16,207,8); }
H1.HeaderClassName
{
color: #10CF08;
}
.AnyTagClassName
{
color: #10CF08;
}
</style>
background-color css
<style>
a { background-color: #10CF08; }
a { background-color: rgb(16,207,8); }
div.DivClassName
{
background-color: #10CF08;
}
.BgClassName
{
background-color: #10CF08;
}
</style>
border-color css
<style>
span { border-color: #10CF08; }
span { border-color: rgb(16,207,8); }
td.TdClassName
{
border-color: #10CF08;
}
.TagClassName
{
border-color: #10CF08;
}
</style>