Shades of Free Speech Green #00C90D
Tints of Free Speech Green #00C90D
RGB
CMYK
RGB Variations
Color information
#00C90D (or 0x00C90D) is known color: Free Speech Green. HEX triplet: 00, C9 and 0D. RGB value is (0,201,13). Sum of RGB (Red+Green+Blue) = 0+201+13=214 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 214); Green value is 201 (78.91% from 255 or 93.93% from 214); Blue value is 13 (5.47% from 255 or 6.07% from 214); Max value from RGB is 201 - color contains mainly: green. Hex color #00C90D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00C90D is #FF36F2. Grayscale: #787878. Windows color (decimal): -16725747 or 903424. OLE color: 903424.
HSL color Cylindrical-coordinate representation of color #00C90D: hue angle of 123.88º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C90D is Cyan = 1, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 201 | 13 | - |
| CMYK | 1 | 0 | 0.94 | 0.21 |
| HSL | 123.88º | 1% | 0.39% | - |
| HSV(B) | 123.88º | 1% | 0.79% | - |
| XYZ | 20.96 | 41.8 | 7.34 | - |
| YUV | 119.47 | 67.91 | 42.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 201 | 13 | 1 | 0 | 0.94 | 0.21 | 123.88 | 1 | 0.39 |
| Hex | 0 | C9 | D | 64 | 0 | 5E | 15 | 7C | 64 | 27 |
| Octal | 0 | 311 | 15 | 144 | 0 | 136 | 25 | 174 | 144 | 47 |
| Binary | 0 | 11001001 | 1101 | 1100100 | 0 | 1011110 | 10101 | 1111100 | 1100100 | 100111 |
Color Harmonies of #00C90D
Complementary color
Monochromatic Colors of #00C90D
Black with #00C90D
Text Example
Text Example
White with #00C90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C90D; }
p { color: rgb(0,201,13); }
H1.HeaderClassName
{
color: #00C90D;
}
.AnyTagClassName
{
color: #00C90D;
}
</style>
background-color css
<style>
a { background-color: #00C90D; }
a { background-color: rgb(0,201,13); }
div.DivClassName
{
background-color: #00C90D;
}
.BgClassName
{
background-color: #00C90D;
}
</style>
border-color css
<style>
span { border-color: #00C90D; }
span { border-color: rgb(0,201,13); }
td.TdClassName
{
border-color: #00C90D;
}
.TagClassName
{
border-color: #00C90D;
}
</style>