Shades of Free Speech Green #10D002
Tints of Free Speech Green #10D002
RGB
CMYK
RGB Variations
Color information
#10D002 (or 0x10D002) is known color: Free Speech Green. HEX triplet: 10, D0 and 02. RGB value is (16,208,2). Sum of RGB (Red+Green+Blue) = 16+208+2=226 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.08% from 226); Green value is 208 (81.64% from 255 or 92.04% from 226); Blue value is 2 (1.17% from 255 or 0.88% from 226); Max value from RGB is 208 - color contains mainly: green. Hex color #10D002 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10D002 is #EF2FFD. Grayscale: #7F7F7F. Windows color (decimal): -15675390 or 184336. OLE color: 184336.
HSL color Cylindrical-coordinate representation of color #10D002: hue angle of 115.92º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #10D002 is Cyan = 0.92, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 208 | 2 | - |
| CMYK | 0.92 | 0 | 0.99 | 0.18 |
| HSL | 115.92º | 0.98% | 0.41% | - |
| HSV(B) | 115.92º | 0.99% | 0.82% | - |
| XYZ | 22.78 | 45.23 | 7.59 | - |
| YUV | 127.11 | 57.39 | 48.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 208 | 2 | 0.92 | 0 | 0.99 | 0.18 | 115.92 | 0.98 | 0.41 |
| Hex | 10 | D0 | 2 | 5C | 0 | 63 | 12 | 74 | 62 | 29 |
| Octal | 20 | 320 | 2 | 134 | 0 | 143 | 22 | 164 | 142 | 51 |
| Binary | 10000 | 11010000 | 10 | 1011100 | 0 | 1100011 | 10010 | 1110100 | 1100010 | 101001 |
Color Harmonies of #10D002
Complementary color
Monochromatic Colors of #10D002
Black with #10D002
Text Example
Text Example
White with #10D002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D002; }
p { color: rgb(16,208,2); }
H1.HeaderClassName
{
color: #10D002;
}
.AnyTagClassName
{
color: #10D002;
}
</style>
background-color css
<style>
a { background-color: #10D002; }
a { background-color: rgb(16,208,2); }
div.DivClassName
{
background-color: #10D002;
}
.BgClassName
{
background-color: #10D002;
}
</style>
border-color css
<style>
span { border-color: #10D002; }
span { border-color: rgb(16,208,2); }
td.TdClassName
{
border-color: #10D002;
}
.TagClassName
{
border-color: #10D002;
}
</style>