Shades of Free Speech Green #00D912
Tints of Free Speech Green #00D912
RGB
CMYK
RGB Variations
Color information
#00D912 (or 0x00D912) is known color: Free Speech Green. HEX triplet: 00, D9 and 12. RGB value is (0,217,18). Sum of RGB (Red+Green+Blue) = 0+217+18=235 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 235); Green value is 217 (85.16% from 255 or 92.34% from 235); Blue value is 18 (7.42% from 255 or 7.66% from 235); Max value from RGB is 217 - color contains mainly: green. Hex color #00D912 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00D912 is #FF26ED. Grayscale: #828282. Windows color (decimal): -16721646 or 1235200. OLE color: 1235200.
HSL color Cylindrical-coordinate representation of color #00D912: hue angle of 124.98º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D912 is Cyan = 1, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 217 | 18 | - |
| CMYK | 1 | 0 | 0.92 | 0.15 |
| HSL | 124.98º | 1% | 0.43% | - |
| HSV(B) | 124.98º | 1% | 0.85% | - |
| XYZ | 24.92 | 49.67 | 8.85 | - |
| YUV | 129.43 | 65.11 | 35.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 217 | 18 | 1 | 0 | 0.92 | 0.15 | 124.98 | 1 | 0.43 |
| Hex | 0 | D9 | 12 | 64 | 0 | 5C | F | 7D | 64 | 2B |
| Octal | 0 | 331 | 22 | 144 | 0 | 134 | 17 | 175 | 144 | 53 |
| Binary | 0 | 11011001 | 10010 | 1100100 | 0 | 1011100 | 1111 | 1111101 | 1100100 | 101011 |
Color Harmonies of #00D912
Complementary color
Monochromatic Colors of #00D912
Black with #00D912
Text Example
Text Example
White with #00D912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D912; }
p { color: rgb(0,217,18); }
H1.HeaderClassName
{
color: #00D912;
}
.AnyTagClassName
{
color: #00D912;
}
</style>
background-color css
<style>
a { background-color: #00D912; }
a { background-color: rgb(0,217,18); }
div.DivClassName
{
background-color: #00D912;
}
.BgClassName
{
background-color: #00D912;
}
</style>
border-color css
<style>
span { border-color: #00D912; }
span { border-color: rgb(0,217,18); }
td.TdClassName
{
border-color: #00D912;
}
.TagClassName
{
border-color: #00D912;
}
</style>