Shades of Free Speech Green #10D602
Tints of Free Speech Green #10D602
RGB
CMYK
RGB Variations
Color information
#10D602 (or 0x10D602) is known color: Free Speech Green. HEX triplet: 10, D6 and 02. RGB value is (16,214,2). Sum of RGB (Red+Green+Blue) = 16+214+2=232 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.90% from 232); Green value is 214 (83.98% from 255 or 92.24% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 214 - color contains mainly: green. Hex color #10D602 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10D602 is #EF29FD. Grayscale: #838383. Windows color (decimal): -15673854 or 185872. OLE color: 185872.
HSL color Cylindrical-coordinate representation of color #10D602: hue angle of 116.04º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #10D602 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 214 | 2 | - |
| CMYK | 0.93 | 0 | 0.99 | 0.16 |
| HSL | 116.04º | 0.98% | 0.42% | - |
| HSV(B) | 116.04º | 0.99% | 0.84% | - |
| XYZ | 24.27 | 48.21 | 8.08 | - |
| YUV | 130.63 | 55.4 | 46.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 214 | 2 | 0.93 | 0 | 0.99 | 0.16 | 116.04 | 0.98 | 0.42 |
| Hex | 10 | D6 | 2 | 5D | 0 | 63 | 10 | 74 | 62 | 2A |
| Octal | 20 | 326 | 2 | 135 | 0 | 143 | 20 | 164 | 142 | 52 |
| Binary | 10000 | 11010110 | 10 | 1011101 | 0 | 1100011 | 10000 | 1110100 | 1100010 | 101010 |
Color Harmonies of #10D602
Complementary color
Monochromatic Colors of #10D602
Black with #10D602
Text Example
Text Example
White with #10D602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D602; }
p { color: rgb(16,214,2); }
H1.HeaderClassName
{
color: #10D602;
}
.AnyTagClassName
{
color: #10D602;
}
</style>
background-color css
<style>
a { background-color: #10D602; }
a { background-color: rgb(16,214,2); }
div.DivClassName
{
background-color: #10D602;
}
.BgClassName
{
background-color: #10D602;
}
</style>
border-color css
<style>
span { border-color: #10D602; }
span { border-color: rgb(16,214,2); }
td.TdClassName
{
border-color: #10D602;
}
.TagClassName
{
border-color: #10D602;
}
</style>