Shades of Free Speech Green #08CE10
Tints of Free Speech Green #08CE10
RGB
CMYK
RGB Variations
Color information
#08CE10 (or 0x08CE10) is known color: Free Speech Green. HEX triplet: 08, CE and 10. RGB value is (8,206,16). Sum of RGB (Red+Green+Blue) = 8+206+16=230 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.48% from 230); Green value is 206 (80.86% from 255 or 89.57% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 206 - color contains mainly: green. Hex color #08CE10 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08CE10 is #F731EF. Grayscale: #7D7D7D. Windows color (decimal): -16200176 or 1101320. OLE color: 1101320.
HSL color Cylindrical-coordinate representation of color #08CE10: hue angle of 122.42º 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 #08CE10 is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 206 | 16 | - |
| CMYK | 0.96 | 0 | 0.92 | 0.19 |
| HSL | 122.42º | 0.93% | 0.42% | - |
| HSV(B) | 122.42º | 0.96% | 0.81% | - |
| XYZ | 22.26 | 44.23 | 7.85 | - |
| YUV | 125.14 | 66.4 | 44.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 206 | 16 | 0.96 | 0 | 0.92 | 0.19 | 122.42 | 0.93 | 0.42 |
| Hex | 8 | CE | 10 | 60 | 0 | 5C | 13 | 7A | 5D | 2A |
| Octal | 10 | 316 | 20 | 140 | 0 | 134 | 23 | 172 | 135 | 52 |
| Binary | 1000 | 11001110 | 10000 | 1100000 | 0 | 1011100 | 10011 | 1111010 | 1011101 | 101010 |
Color Harmonies of #08CE10
Complementary color
Monochromatic Colors of #08CE10
Black with #08CE10
Text Example
Text Example
White with #08CE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CE10; }
p { color: rgb(8,206,16); }
H1.HeaderClassName
{
color: #08CE10;
}
.AnyTagClassName
{
color: #08CE10;
}
</style>
background-color css
<style>
a { background-color: #08CE10; }
a { background-color: rgb(8,206,16); }
div.DivClassName
{
background-color: #08CE10;
}
.BgClassName
{
background-color: #08CE10;
}
</style>
border-color css
<style>
span { border-color: #08CE10; }
span { border-color: rgb(8,206,16); }
td.TdClassName
{
border-color: #08CE10;
}
.TagClassName
{
border-color: #08CE10;
}
</style>