Shades of Free Speech Green #00D610
Tints of Free Speech Green #00D610
RGB
CMYK
RGB Variations
Color information
#00D610 (or 0x00D610) is known color: Free Speech Green. HEX triplet: 00, D6 and 10. RGB value is (0,214,16). Sum of RGB (Red+Green+Blue) = 0+214+16=230 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 230); Green value is 214 (83.98% from 255 or 93.04% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 214 - color contains mainly: green. Hex color #00D610 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00D610 is #FF29EF. Grayscale: #808080. Windows color (decimal): -16722416 or 1103360. OLE color: 1103360.
HSL color Cylindrical-coordinate representation of color #00D610: hue angle of 124.49º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D610 is Cyan = 1, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 214 | 16 | - |
| CMYK | 1 | 0 | 0.93 | 0.16 |
| HSL | 124.49º | 1% | 0.42% | - |
| HSV(B) | 124.49º | 1% | 0.84% | - |
| XYZ | 24.14 | 48.13 | 8.51 | - |
| YUV | 127.44 | 65.1 | 37.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 214 | 16 | 1 | 0 | 0.93 | 0.16 | 124.49 | 1 | 0.42 |
| Hex | 0 | D6 | 10 | 64 | 0 | 5D | 10 | 7C | 64 | 2A |
| Octal | 0 | 326 | 20 | 144 | 0 | 135 | 20 | 174 | 144 | 52 |
| Binary | 0 | 11010110 | 10000 | 1100100 | 0 | 1011101 | 10000 | 1111100 | 1100100 | 101010 |
Color Harmonies of #00D610
Complementary color
Monochromatic Colors of #00D610
Black with #00D610
Text Example
Text Example
White with #00D610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D610; }
p { color: rgb(0,214,16); }
H1.HeaderClassName
{
color: #00D610;
}
.AnyTagClassName
{
color: #00D610;
}
</style>
background-color css
<style>
a { background-color: #00D610; }
a { background-color: rgb(0,214,16); }
div.DivClassName
{
background-color: #00D610;
}
.BgClassName
{
background-color: #00D610;
}
</style>
border-color css
<style>
span { border-color: #00D610; }
span { border-color: rgb(0,214,16); }
td.TdClassName
{
border-color: #00D610;
}
.TagClassName
{
border-color: #00D610;
}
</style>