Shades of Free Speech Green #08CB14
Tints of Free Speech Green #08CB14
RGB
CMYK
RGB Variations
Color information
#08CB14 (or 0x08CB14) is known color: Free Speech Green. HEX triplet: 08, CB and 14. RGB value is (8,203,20). Sum of RGB (Red+Green+Blue) = 8+203+20=231 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.46% from 231); Green value is 203 (79.69% from 255 or 87.88% from 231); Blue value is 20 (8.20% from 255 or 8.66% from 231); Max value from RGB is 203 - color contains mainly: green. Hex color #08CB14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08CB14 is #F734EB. Grayscale: #7C7C7C. Windows color (decimal): -16200940 or 1362696. OLE color: 1362696.
HSL color Cylindrical-coordinate representation of color #08CB14: hue angle of 123.69º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08CB14 is Cyan = 0.96, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 203 | 20 | - |
| CMYK | 0.96 | 0 | 0.90 | 0.20 |
| HSL | 123.69º | 0.92% | 0.41% | - |
| HSV(B) | 123.69º | 0.96% | 0.8% | - |
| XYZ | 21.58 | 42.81 | 7.79 | - |
| YUV | 123.83 | 69.4 | 45.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 203 | 20 | 0.96 | 0 | 0.90 | 0.20 | 123.69 | 0.92 | 0.41 |
| Hex | 8 | CB | 14 | 60 | 0 | 5A | 14 | 7C | 5C | 29 |
| Octal | 10 | 313 | 24 | 140 | 0 | 132 | 24 | 174 | 134 | 51 |
| Binary | 1000 | 11001011 | 10100 | 1100000 | 0 | 1011010 | 10100 | 1111100 | 1011100 | 101001 |
Color Harmonies of #08CB14
Complementary color
Monochromatic Colors of #08CB14
Black with #08CB14
Text Example
Text Example
White with #08CB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CB14; }
p { color: rgb(8,203,20); }
H1.HeaderClassName
{
color: #08CB14;
}
.AnyTagClassName
{
color: #08CB14;
}
</style>
background-color css
<style>
a { background-color: #08CB14; }
a { background-color: rgb(8,203,20); }
div.DivClassName
{
background-color: #08CB14;
}
.BgClassName
{
background-color: #08CB14;
}
</style>
border-color css
<style>
span { border-color: #08CB14; }
span { border-color: rgb(8,203,20); }
td.TdClassName
{
border-color: #08CB14;
}
.TagClassName
{
border-color: #08CB14;
}
</style>