Shades of Free Speech Green #0FC90D
Tints of Free Speech Green #0FC90D
RGB
CMYK
RGB Variations
Color information
#0FC90D (or 0x0FC90D) is known color: Free Speech Green. HEX triplet: 0F, C9 and 0D. RGB value is (15,201,13). Sum of RGB (Red+Green+Blue) = 15+201+13=229 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.55% from 229); Green value is 201 (78.91% from 255 or 87.77% from 229); Blue value is 13 (5.47% from 255 or 5.68% from 229); Max value from RGB is 201 - color contains mainly: green. Hex color #0FC90D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FC90D is #F036F2. Grayscale: #7C7C7C. Windows color (decimal): -15742707 or 903439. OLE color: 903439.
HSL color Cylindrical-coordinate representation of color #0FC90D: hue angle of 119.36º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FC90D is Cyan = 0.93, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 201 | 13 | - |
| CMYK | 0.93 | 0 | 0.94 | 0.21 |
| HSL | 119.36º | 0.88% | 0.42% | - |
| HSV(B) | 119.36º | 0.94% | 0.79% | - |
| XYZ | 21.16 | 41.9 | 7.35 | - |
| YUV | 123.95 | 65.38 | 50.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 201 | 13 | 0.93 | 0 | 0.94 | 0.21 | 119.36 | 0.88 | 0.42 |
| Hex | F | C9 | D | 5D | 0 | 5E | 15 | 77 | 58 | 2A |
| Octal | 17 | 311 | 15 | 135 | 0 | 136 | 25 | 167 | 130 | 52 |
| Binary | 1111 | 11001001 | 1101 | 1011101 | 0 | 1011110 | 10101 | 1110111 | 1011000 | 101010 |
Color Harmonies of #0FC90D
Complementary color
Monochromatic Colors of #0FC90D
Black with #0FC90D
Text Example
Text Example
White with #0FC90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC90D; }
p { color: rgb(15,201,13); }
H1.HeaderClassName
{
color: #0FC90D;
}
.AnyTagClassName
{
color: #0FC90D;
}
</style>
background-color css
<style>
a { background-color: #0FC90D; }
a { background-color: rgb(15,201,13); }
div.DivClassName
{
background-color: #0FC90D;
}
.BgClassName
{
background-color: #0FC90D;
}
</style>
border-color css
<style>
span { border-color: #0FC90D; }
span { border-color: rgb(15,201,13); }
td.TdClassName
{
border-color: #0FC90D;
}
.TagClassName
{
border-color: #0FC90D;
}
</style>