Shades of Free Speech Green #08CB0F
Tints of Free Speech Green #08CB0F
RGB
CMYK
RGB Variations
Color information
#08CB0F (or 0x08CB0F) is known color: Free Speech Green. HEX triplet: 08, CB and 0F. RGB value is (8,203,15). Sum of RGB (Red+Green+Blue) = 8+203+15=226 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.54% from 226); Green value is 203 (79.69% from 255 or 89.82% from 226); Blue value is 15 (6.25% from 255 or 6.64% from 226); Max value from RGB is 203 - color contains mainly: green. Hex color #08CB0F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08CB0F is #F734F0. Grayscale: #7B7B7B. Windows color (decimal): -16200945 or 1035016. OLE color: 1035016.
HSL color Cylindrical-coordinate representation of color #08CB0F: hue angle of 122.15º 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 #08CB0F is Cyan = 0.96, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 203 | 15 | - |
| CMYK | 0.96 | 0 | 0.93 | 0.20 |
| HSL | 122.15º | 0.92% | 0.41% | - |
| HSV(B) | 122.15º | 0.96% | 0.8% | - |
| XYZ | 21.54 | 42.8 | 7.58 | - |
| YUV | 123.26 | 66.9 | 45.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 203 | 15 | 0.96 | 0 | 0.93 | 0.20 | 122.15 | 0.92 | 0.41 |
| Hex | 8 | CB | F | 60 | 0 | 5D | 14 | 7A | 5C | 29 |
| Octal | 10 | 313 | 17 | 140 | 0 | 135 | 24 | 172 | 134 | 51 |
| Binary | 1000 | 11001011 | 1111 | 1100000 | 0 | 1011101 | 10100 | 1111010 | 1011100 | 101001 |
Color Harmonies of #08CB0F
Complementary color
Monochromatic Colors of #08CB0F
Black with #08CB0F
Text Example
Text Example
White with #08CB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CB0F; }
p { color: rgb(8,203,15); }
H1.HeaderClassName
{
color: #08CB0F;
}
.AnyTagClassName
{
color: #08CB0F;
}
</style>
background-color css
<style>
a { background-color: #08CB0F; }
a { background-color: rgb(8,203,15); }
div.DivClassName
{
background-color: #08CB0F;
}
.BgClassName
{
background-color: #08CB0F;
}
</style>
border-color css
<style>
span { border-color: #08CB0F; }
span { border-color: rgb(8,203,15); }
td.TdClassName
{
border-color: #08CB0F;
}
.TagClassName
{
border-color: #08CB0F;
}
</style>