Shades of Free Speech Green #08C90B
Tints of Free Speech Green #08C90B
RGB
CMYK
RGB Variations
Color information
#08C90B (or 0x08C90B) is known color: Free Speech Green. HEX triplet: 08, C9 and 0B. RGB value is (8,201,11). Sum of RGB (Red+Green+Blue) = 8+201+11=220 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.64% from 220); Green value is 201 (78.91% from 255 or 91.36% from 220); Blue value is 11 (4.69% from 255 or 5% from 220); Max value from RGB is 201 - color contains mainly: green. Hex color #08C90B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08C90B is #F736F4. Grayscale: #7A7A7A. Windows color (decimal): -16201461 or 772360. OLE color: 772360.
HSL color Cylindrical-coordinate representation of color #08C90B: hue angle of 120.93º 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 #08C90B is Cyan = 0.96, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 8 | 201 | 11 | - |
| CMYK | 0.96 | 0 | 0.95 | 0.21 |
| HSL | 120.93º | 0.92% | 0.41% | - |
| HSV(B) | 120.93º | 0.96% | 0.79% | - |
| XYZ | 21.05 | 41.85 | 7.28 | - |
| YUV | 121.63 | 65.56 | 46.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 201 | 11 | 0.96 | 0 | 0.95 | 0.21 | 120.93 | 0.92 | 0.41 |
| Hex | 8 | C9 | B | 60 | 0 | 5F | 15 | 79 | 5C | 29 |
| Octal | 10 | 311 | 13 | 140 | 0 | 137 | 25 | 171 | 134 | 51 |
| Binary | 1000 | 11001001 | 1011 | 1100000 | 0 | 1011111 | 10101 | 1111001 | 1011100 | 101001 |
Color Harmonies of #08C90B
Complementary color
Monochromatic Colors of #08C90B
Black with #08C90B
Text Example
Text Example
White with #08C90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C90B; }
p { color: rgb(8,201,11); }
H1.HeaderClassName
{
color: #08C90B;
}
.AnyTagClassName
{
color: #08C90B;
}
</style>
background-color css
<style>
a { background-color: #08C90B; }
a { background-color: rgb(8,201,11); }
div.DivClassName
{
background-color: #08C90B;
}
.BgClassName
{
background-color: #08C90B;
}
</style>
border-color css
<style>
span { border-color: #08C90B; }
span { border-color: rgb(8,201,11); }
td.TdClassName
{
border-color: #08C90B;
}
.TagClassName
{
border-color: #08C90B;
}
</style>