Shades of Free Speech Green #08C908
Tints of Free Speech Green #08C908
RGB
CMYK
RGB Variations
Color information
#08C908 (or 0x08C908) is known color: Free Speech Green. HEX triplet: 08, C9 and 08. RGB value is (8,201,8). Sum of RGB (Red+Green+Blue) = 8+201+8=217 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.69% from 217); Green value is 201 (78.91% from 255 or 92.63% from 217); Blue value is 8 (3.52% from 255 or 3.69% from 217); Max value from RGB is 201 - color contains mainly: green. Hex color #08C908 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08C908 is #F736F7. Grayscale: #797979. Windows color (decimal): -16201464 or 575752. OLE color: 575752.
HSL color Cylindrical-coordinate representation of color #08C908: hue angle of 120º 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 #08C908 is Cyan = 0.96, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 8 | 201 | 8 | - |
| CMYK | 0.96 | 0 | 0.96 | 0.21 |
| HSL | 120º | 0.92% | 0.41% | - |
| HSV(B) | 120º | 0.96% | 0.79% | - |
| XYZ | 21.03 | 41.84 | 7.2 | - |
| YUV | 121.29 | 64.06 | 47.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 201 | 8 | 0.96 | 0 | 0.96 | 0.21 | 120 | 0.92 | 0.41 |
| Hex | 8 | C9 | 8 | 60 | 0 | 60 | 15 | 78 | 5C | 29 |
| Octal | 10 | 311 | 10 | 140 | 0 | 140 | 25 | 170 | 134 | 51 |
| Binary | 1000 | 11001001 | 1000 | 1100000 | 0 | 1100000 | 10101 | 1111000 | 1011100 | 101001 |
Color Harmonies of #08C908
Complementary color
Monochromatic Colors of #08C908
Black with #08C908
Text Example
Text Example
White with #08C908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C908; }
p { color: rgb(8,201,8); }
H1.HeaderClassName
{
color: #08C908;
}
.AnyTagClassName
{
color: #08C908;
}
</style>
background-color css
<style>
a { background-color: #08C908; }
a { background-color: rgb(8,201,8); }
div.DivClassName
{
background-color: #08C908;
}
.BgClassName
{
background-color: #08C908;
}
</style>
border-color css
<style>
span { border-color: #08C908; }
span { border-color: rgb(8,201,8); }
td.TdClassName
{
border-color: #08C908;
}
.TagClassName
{
border-color: #08C908;
}
</style>