Shades of Free Speech Green #0FCE08
Tints of Free Speech Green #0FCE08
RGB
CMYK
RGB Variations
Color information
#0FCE08 (or 0x0FCE08) is known color: Free Speech Green. HEX triplet: 0F, CE and 08. RGB value is (15,206,8). Sum of RGB (Red+Green+Blue) = 15+206+8=229 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.55% from 229); Green value is 206 (80.86% from 255 or 89.96% from 229); Blue value is 8 (3.52% from 255 or 3.49% from 229); Max value from RGB is 206 - color contains mainly: green. Hex color #0FCE08 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FCE08 is #F031F7. Grayscale: #7E7E7E. Windows color (decimal): -15741432 or 577039. OLE color: 577039.
HSL color Cylindrical-coordinate representation of color #0FCE08: hue angle of 117.88º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0FCE08 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 206 | 8 | - |
| CMYK | 0.93 | 0 | 0.96 | 0.19 |
| HSL | 117.88º | 0.93% | 0.42% | - |
| HSV(B) | 117.88º | 0.96% | 0.81% | - |
| XYZ | 22.31 | 44.26 | 7.6 | - |
| YUV | 126.32 | 61.22 | 48.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 206 | 8 | 0.93 | 0 | 0.96 | 0.19 | 117.88 | 0.93 | 0.42 |
| Hex | F | CE | 8 | 5D | 0 | 60 | 13 | 76 | 5D | 2A |
| Octal | 17 | 316 | 10 | 135 | 0 | 140 | 23 | 166 | 135 | 52 |
| Binary | 1111 | 11001110 | 1000 | 1011101 | 0 | 1100000 | 10011 | 1110110 | 1011101 | 101010 |
Color Harmonies of #0FCE08
Complementary color
Monochromatic Colors of #0FCE08
Black with #0FCE08
Text Example
Text Example
White with #0FCE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCE08; }
p { color: rgb(15,206,8); }
H1.HeaderClassName
{
color: #0FCE08;
}
.AnyTagClassName
{
color: #0FCE08;
}
</style>
background-color css
<style>
a { background-color: #0FCE08; }
a { background-color: rgb(15,206,8); }
div.DivClassName
{
background-color: #0FCE08;
}
.BgClassName
{
background-color: #0FCE08;
}
</style>
border-color css
<style>
span { border-color: #0FCE08; }
span { border-color: rgb(15,206,8); }
td.TdClassName
{
border-color: #0FCE08;
}
.TagClassName
{
border-color: #0FCE08;
}
</style>