Shades of Free Speech Green #08C90C
Tints of Free Speech Green #08C90C
RGB
CMYK
RGB Variations
Color information
#08C90C (or 0x08C90C) is known color: Free Speech Green. HEX triplet: 08, C9 and 0C. RGB value is (8,201,12). Sum of RGB (Red+Green+Blue) = 8+201+12=221 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.62% from 221); Green value is 201 (78.91% from 255 or 90.95% from 221); Blue value is 12 (5.08% from 255 or 5.43% from 221); Max value from RGB is 201 - color contains mainly: green. Hex color #08C90C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08C90C is #F736F3. Grayscale: #7A7A7A. Windows color (decimal): -16201460 or 837896. OLE color: 837896.
HSL color Cylindrical-coordinate representation of color #08C90C: hue angle of 121.24º 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 #08C90C is Cyan = 0.96, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 8 | 201 | 12 | - |
| CMYK | 0.96 | 0 | 0.94 | 0.21 |
| HSL | 121.24º | 0.92% | 0.41% | - |
| HSV(B) | 121.24º | 0.96% | 0.79% | - |
| XYZ | 21.05 | 41.85 | 7.32 | - |
| YUV | 121.75 | 66.06 | 46.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 201 | 12 | 0.96 | 0 | 0.94 | 0.21 | 121.24 | 0.92 | 0.41 |
| Hex | 8 | C9 | C | 60 | 0 | 5E | 15 | 79 | 5C | 29 |
| Octal | 10 | 311 | 14 | 140 | 0 | 136 | 25 | 171 | 134 | 51 |
| Binary | 1000 | 11001001 | 1100 | 1100000 | 0 | 1011110 | 10101 | 1111001 | 1011100 | 101001 |
Color Harmonies of #08C90C
Complementary color
Monochromatic Colors of #08C90C
Black with #08C90C
Text Example
Text Example
White with #08C90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C90C; }
p { color: rgb(8,201,12); }
H1.HeaderClassName
{
color: #08C90C;
}
.AnyTagClassName
{
color: #08C90C;
}
</style>
background-color css
<style>
a { background-color: #08C90C; }
a { background-color: rgb(8,201,12); }
div.DivClassName
{
background-color: #08C90C;
}
.BgClassName
{
background-color: #08C90C;
}
</style>
border-color css
<style>
span { border-color: #08C90C; }
span { border-color: rgb(8,201,12); }
td.TdClassName
{
border-color: #08C90C;
}
.TagClassName
{
border-color: #08C90C;
}
</style>