Shades of Free Speech Green #0FC908
Tints of Free Speech Green #0FC908
RGB
CMYK
RGB Variations
Color information
#0FC908 (or 0x0FC908) is known color: Free Speech Green. HEX triplet: 0F, C9 and 08. RGB value is (15,201,8). Sum of RGB (Red+Green+Blue) = 15+201+8=224 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.70% from 224); Green value is 201 (78.91% from 255 or 89.73% from 224); Blue value is 8 (3.52% from 255 or 3.57% from 224); Max value from RGB is 201 - color contains mainly: green. Hex color #0FC908 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FC908 is #F036F7. Grayscale: #7B7B7B. Windows color (decimal): -15742712 or 575759. OLE color: 575759.
HSL color Cylindrical-coordinate representation of color #0FC908: hue angle of 117.82º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0FC908 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 201 | 8 | - |
| CMYK | 0.93 | 0 | 0.96 | 0.21 |
| HSL | 117.82º | 0.92% | 0.41% | - |
| HSV(B) | 117.82º | 0.96% | 0.79% | - |
| XYZ | 21.13 | 41.89 | 7.2 | - |
| YUV | 123.38 | 62.88 | 50.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 201 | 8 | 0.93 | 0 | 0.96 | 0.21 | 117.82 | 0.92 | 0.41 |
| Hex | F | C9 | 8 | 5D | 0 | 60 | 15 | 76 | 5C | 29 |
| Octal | 17 | 311 | 10 | 135 | 0 | 140 | 25 | 166 | 134 | 51 |
| Binary | 1111 | 11001001 | 1000 | 1011101 | 0 | 1100000 | 10101 | 1110110 | 1011100 | 101001 |
Color Harmonies of #0FC908
Complementary color
Monochromatic Colors of #0FC908
Black with #0FC908
Text Example
Text Example
White with #0FC908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC908; }
p { color: rgb(15,201,8); }
H1.HeaderClassName
{
color: #0FC908;
}
.AnyTagClassName
{
color: #0FC908;
}
</style>
background-color css
<style>
a { background-color: #0FC908; }
a { background-color: rgb(15,201,8); }
div.DivClassName
{
background-color: #0FC908;
}
.BgClassName
{
background-color: #0FC908;
}
</style>
border-color css
<style>
span { border-color: #0FC908; }
span { border-color: rgb(15,201,8); }
td.TdClassName
{
border-color: #0FC908;
}
.TagClassName
{
border-color: #0FC908;
}
</style>