Shades of Free Speech Green #08C80F
Tints of Free Speech Green #08C80F
RGB
CMYK
RGB Variations
Color information
#08C80F (or 0x08C80F) is known color: Free Speech Green. HEX triplet: 08, C8 and 0F. RGB value is (8,200,15). Sum of RGB (Red+Green+Blue) = 8+200+15=223 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.59% from 223); Green value is 200 (78.52% from 255 or 89.69% from 223); Blue value is 15 (6.25% from 255 or 6.73% from 223); Max value from RGB is 200 - color contains mainly: green. Hex color #08C80F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08C80F is #F737F0. Grayscale: #7A7A7A. Windows color (decimal): -16201713 or 1034248. OLE color: 1034248.
HSL color Cylindrical-coordinate representation of color #08C80F: hue angle of 122.19º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C80F is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 8 | 200 | 15 | - |
| CMYK | 0.96 | 0 | 0.92 | 0.22 |
| HSL | 122.19º | 0.92% | 0.41% | - |
| HSV(B) | 122.19º | 0.96% | 0.78% | - |
| XYZ | 20.84 | 41.39 | 7.34 | - |
| YUV | 121.5 | 67.89 | 47.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 200 | 15 | 0.96 | 0 | 0.92 | 0.22 | 122.19 | 0.92 | 0.41 |
| Hex | 8 | C8 | F | 60 | 0 | 5C | 16 | 7A | 5C | 29 |
| Octal | 10 | 310 | 17 | 140 | 0 | 134 | 26 | 172 | 134 | 51 |
| Binary | 1000 | 11001000 | 1111 | 1100000 | 0 | 1011100 | 10110 | 1111010 | 1011100 | 101001 |
Color Harmonies of #08C80F
Complementary color
Monochromatic Colors of #08C80F
Black with #08C80F
Text Example
Text Example
White with #08C80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C80F; }
p { color: rgb(8,200,15); }
H1.HeaderClassName
{
color: #08C80F;
}
.AnyTagClassName
{
color: #08C80F;
}
</style>
background-color css
<style>
a { background-color: #08C80F; }
a { background-color: rgb(8,200,15); }
div.DivClassName
{
background-color: #08C80F;
}
.BgClassName
{
background-color: #08C80F;
}
</style>
border-color css
<style>
span { border-color: #08C80F; }
span { border-color: rgb(8,200,15); }
td.TdClassName
{
border-color: #08C80F;
}
.TagClassName
{
border-color: #08C80F;
}
</style>