Shades of Free Speech Green #08CB0D
Tints of Free Speech Green #08CB0D
RGB
CMYK
RGB Variations
Color information
#08CB0D (or 0x08CB0D) is known color: Free Speech Green. HEX triplet: 08, CB and 0D. RGB value is (8,203,13). Sum of RGB (Red+Green+Blue) = 8+203+13=224 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.57% from 224); Green value is 203 (79.69% from 255 or 90.62% from 224); Blue value is 13 (5.47% from 255 or 5.80% from 224); Max value from RGB is 203 - color contains mainly: green. Hex color #08CB0D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08CB0D is #F734F2. Grayscale: #7B7B7B. Windows color (decimal): -16200947 or 903944. OLE color: 903944.
HSL color Cylindrical-coordinate representation of color #08CB0D: hue angle of 121.54º 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 #08CB0D is Cyan = 0.96, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 203 | 13 | - |
| CMYK | 0.96 | 0 | 0.94 | 0.20 |
| HSL | 121.54º | 0.92% | 0.41% | - |
| HSV(B) | 121.54º | 0.96% | 0.8% | - |
| XYZ | 21.53 | 42.79 | 7.51 | - |
| YUV | 123.04 | 65.9 | 45.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 203 | 13 | 0.96 | 0 | 0.94 | 0.20 | 121.54 | 0.92 | 0.41 |
| Hex | 8 | CB | D | 60 | 0 | 5E | 14 | 7A | 5C | 29 |
| Octal | 10 | 313 | 15 | 140 | 0 | 136 | 24 | 172 | 134 | 51 |
| Binary | 1000 | 11001011 | 1101 | 1100000 | 0 | 1011110 | 10100 | 1111010 | 1011100 | 101001 |
Color Harmonies of #08CB0D
Complementary color
Monochromatic Colors of #08CB0D
Black with #08CB0D
Text Example
Text Example
White with #08CB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CB0D; }
p { color: rgb(8,203,13); }
H1.HeaderClassName
{
color: #08CB0D;
}
.AnyTagClassName
{
color: #08CB0D;
}
</style>
background-color css
<style>
a { background-color: #08CB0D; }
a { background-color: rgb(8,203,13); }
div.DivClassName
{
background-color: #08CB0D;
}
.BgClassName
{
background-color: #08CB0D;
}
</style>
border-color css
<style>
span { border-color: #08CB0D; }
span { border-color: rgb(8,203,13); }
td.TdClassName
{
border-color: #08CB0D;
}
.TagClassName
{
border-color: #08CB0D;
}
</style>