Shades of Free Speech Green #10CF03
Tints of Free Speech Green #10CF03
RGB
CMYK
RGB Variations
Color information
#10CF03 (or 0x10CF03) is known color: Free Speech Green. HEX triplet: 10, CF and 03. RGB value is (16,207,3). Sum of RGB (Red+Green+Blue) = 16+207+3=226 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.08% from 226); Green value is 207 (81.25% from 255 or 91.59% from 226); Blue value is 3 (1.56% from 255 or 1.33% from 226); Max value from RGB is 207 - color contains mainly: green. Hex color #10CF03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10CF03 is #EF30FC. Grayscale: #7F7F7F. Windows color (decimal): -15675645 or 249616. OLE color: 249616.
HSL color Cylindrical-coordinate representation of color #10CF03: hue angle of 116.18º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #10CF03 is Cyan = 0.92, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 207 | 3 | - |
| CMYK | 0.92 | 0 | 0.99 | 0.19 |
| HSL | 116.18º | 0.97% | 0.41% | - |
| HSV(B) | 116.18º | 0.99% | 0.81% | - |
| XYZ | 22.54 | 44.74 | 7.53 | - |
| YUV | 126.64 | 58.22 | 49.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 207 | 3 | 0.92 | 0 | 0.99 | 0.19 | 116.18 | 0.97 | 0.41 |
| Hex | 10 | CF | 3 | 5C | 0 | 63 | 13 | 74 | 61 | 29 |
| Octal | 20 | 317 | 3 | 134 | 0 | 143 | 23 | 164 | 141 | 51 |
| Binary | 10000 | 11001111 | 11 | 1011100 | 0 | 1100011 | 10011 | 1110100 | 1100001 | 101001 |
Color Harmonies of #10CF03
Complementary color
Monochromatic Colors of #10CF03
Black with #10CF03
Text Example
Text Example
White with #10CF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CF03; }
p { color: rgb(16,207,3); }
H1.HeaderClassName
{
color: #10CF03;
}
.AnyTagClassName
{
color: #10CF03;
}
</style>
background-color css
<style>
a { background-color: #10CF03; }
a { background-color: rgb(16,207,3); }
div.DivClassName
{
background-color: #10CF03;
}
.BgClassName
{
background-color: #10CF03;
}
</style>
border-color css
<style>
span { border-color: #10CF03; }
span { border-color: rgb(16,207,3); }
td.TdClassName
{
border-color: #10CF03;
}
.TagClassName
{
border-color: #10CF03;
}
</style>