Shades of Free Speech Green #08FE15
Tints of Free Speech Green #08FE15
RGB
CMYK
RGB Variations
Color information
#08FE15 (or 0x08FE15) is known color: Free Speech Green. HEX triplet: 08, FE and 15. RGB value is (8,254,21). Sum of RGB (Red+Green+Blue) = 8+254+21=283 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.83% from 283); Green value is 254 (99.61% from 255 or 89.75% from 283); Blue value is 21 (8.59% from 255 or 7.42% from 283); Max value from RGB is 254 - color contains mainly: green. Hex color #08FE15 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #08FE15 is #F701EA. Grayscale: #9A9A9A. Windows color (decimal): -16187883 or 1441288. OLE color: 1441288.
HSL color Cylindrical-coordinate representation of color #08FE15: hue angle of 123.17º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08FE15 is Cyan = 0.97, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 8 | 254 | 21 | - |
| CMYK | 0.97 | 0 | 0.92 | 0.00 |
| HSL | 123.17º | 0.99% | 0.51% | - |
| HSV(B) | 123.17º | 0.97% | 1% | - |
| XYZ | 35.68 | 70.99 | 12.53 | - |
| YUV | 153.88 | 53 | 23.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 254 | 21 | 0.97 | 0 | 0.92 | 0.00 | 123.17 | 0.99 | 0.51 |
| Hex | 8 | FE | 15 | 61 | 0 | 5C | 0 | 7B | 63 | 33 |
| Octal | 10 | 376 | 25 | 141 | 0 | 134 | 0 | 173 | 143 | 63 |
| Binary | 1000 | 11111110 | 10101 | 1100001 | 0 | 1011100 | 0 | 1111011 | 1100011 | 110011 |
Color Harmonies of #08FE15
Complementary color
Monochromatic Colors of #08FE15
Black with #08FE15
Text Example
Text Example
White with #08FE15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08FE15; }
p { color: rgb(8,254,21); }
H1.HeaderClassName
{
color: #08FE15;
}
.AnyTagClassName
{
color: #08FE15;
}
</style>
background-color css
<style>
a { background-color: #08FE15; }
a { background-color: rgb(8,254,21); }
div.DivClassName
{
background-color: #08FE15;
}
.BgClassName
{
background-color: #08FE15;
}
</style>
border-color css
<style>
span { border-color: #08FE15; }
span { border-color: rgb(8,254,21); }
td.TdClassName
{
border-color: #08FE15;
}
.TagClassName
{
border-color: #08FE15;
}
</style>