Shades of Free Speech Green #00C90F
Tints of Free Speech Green #00C90F
RGB
CMYK
RGB Variations
Color information
#00C90F (or 0x00C90F) is known color: Free Speech Green. HEX triplet: 00, C9 and 0F. RGB value is (0,201,15). Sum of RGB (Red+Green+Blue) = 0+201+15=216 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 216); Green value is 201 (78.91% from 255 or 93.06% from 216); Blue value is 15 (6.25% from 255 or 6.94% from 216); Max value from RGB is 201 - color contains mainly: green. Hex color #00C90F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00C90F is #FF36F0. Grayscale: #787878. Windows color (decimal): -16725745 or 1034496. OLE color: 1034496.
HSL color Cylindrical-coordinate representation of color #00C90F: hue angle of 124.48º 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 #00C90F is Cyan = 1, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 201 | 15 | - |
| CMYK | 1 | 0 | 0.93 | 0.21 |
| HSL | 124.48º | 1% | 0.39% | - |
| HSV(B) | 124.48º | 1% | 0.79% | - |
| XYZ | 20.97 | 41.81 | 7.42 | - |
| YUV | 119.7 | 68.91 | 42.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 201 | 15 | 1 | 0 | 0.93 | 0.21 | 124.48 | 1 | 0.39 |
| Hex | 0 | C9 | F | 64 | 0 | 5D | 15 | 7C | 64 | 27 |
| Octal | 0 | 311 | 17 | 144 | 0 | 135 | 25 | 174 | 144 | 47 |
| Binary | 0 | 11001001 | 1111 | 1100100 | 0 | 1011101 | 10101 | 1111100 | 1100100 | 100111 |
Color Harmonies of #00C90F
Complementary color
Monochromatic Colors of #00C90F
Black with #00C90F
Text Example
Text Example
White with #00C90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C90F; }
p { color: rgb(0,201,15); }
H1.HeaderClassName
{
color: #00C90F;
}
.AnyTagClassName
{
color: #00C90F;
}
</style>
background-color css
<style>
a { background-color: #00C90F; }
a { background-color: rgb(0,201,15); }
div.DivClassName
{
background-color: #00C90F;
}
.BgClassName
{
background-color: #00C90F;
}
</style>
border-color css
<style>
span { border-color: #00C90F; }
span { border-color: rgb(0,201,15); }
td.TdClassName
{
border-color: #00C90F;
}
.TagClassName
{
border-color: #00C90F;
}
</style>