Shades of Free Speech Green #0FC90A
Tints of Free Speech Green #0FC90A
RGB
CMYK
RGB Variations
Color information
#0FC90A (or 0x0FC90A) is known color: Free Speech Green. HEX triplet: 0F, C9 and 0A. RGB value is (15,201,10). Sum of RGB (Red+Green+Blue) = 15+201+10=226 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.64% from 226); Green value is 201 (78.91% from 255 or 88.94% from 226); Blue value is 10 (4.30% from 255 or 4.42% from 226); Max value from RGB is 201 - color contains mainly: green. Hex color #0FC90A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FC90A is #F036F5. Grayscale: #7C7C7C. Windows color (decimal): -15742710 or 706831. OLE color: 706831.
HSL color Cylindrical-coordinate representation of color #0FC90A: hue angle of 118.43º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0FC90A is Cyan = 0.93, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 201 | 10 | - |
| CMYK | 0.93 | 0 | 0.95 | 0.21 |
| HSL | 118.43º | 0.91% | 0.41% | - |
| HSV(B) | 118.43º | 0.95% | 0.79% | - |
| XYZ | 21.14 | 41.9 | 7.26 | - |
| YUV | 123.61 | 63.88 | 50.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 201 | 10 | 0.93 | 0 | 0.95 | 0.21 | 118.43 | 0.91 | 0.41 |
| Hex | F | C9 | A | 5D | 0 | 5F | 15 | 76 | 5B | 29 |
| Octal | 17 | 311 | 12 | 135 | 0 | 137 | 25 | 166 | 133 | 51 |
| Binary | 1111 | 11001001 | 1010 | 1011101 | 0 | 1011111 | 10101 | 1110110 | 1011011 | 101001 |
Color Harmonies of #0FC90A
Complementary color
Monochromatic Colors of #0FC90A
Black with #0FC90A
Text Example
Text Example
White with #0FC90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC90A; }
p { color: rgb(15,201,10); }
H1.HeaderClassName
{
color: #0FC90A;
}
.AnyTagClassName
{
color: #0FC90A;
}
</style>
background-color css
<style>
a { background-color: #0FC90A; }
a { background-color: rgb(15,201,10); }
div.DivClassName
{
background-color: #0FC90A;
}
.BgClassName
{
background-color: #0FC90A;
}
</style>
border-color css
<style>
span { border-color: #0FC90A; }
span { border-color: rgb(15,201,10); }
td.TdClassName
{
border-color: #0FC90A;
}
.TagClassName
{
border-color: #0FC90A;
}
</style>