Shades of Free Speech Green #0BCD10
Tints of Free Speech Green #0BCD10
RGB
CMYK
RGB Variations
Color information
#0BCD10 (or 0x0BCD10) is known color: Free Speech Green. HEX triplet: 0B, CD and 10. RGB value is (11,205,16). Sum of RGB (Red+Green+Blue) = 11+205+16=232 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.74% from 232); Green value is 205 (80.47% from 255 or 88.36% from 232); Blue value is 16 (6.64% from 255 or 6.90% from 232); Max value from RGB is 205 - color contains mainly: green. Hex color #0BCD10 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BCD10 is #F432EF. Grayscale: #7E7E7E. Windows color (decimal): -16003824 or 1101067. OLE color: 1101067.
HSL color Cylindrical-coordinate representation of color #0BCD10: hue angle of 121.55º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCD10 is Cyan = 0.95, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 205 | 16 | - |
| CMYK | 0.95 | 0 | 0.92 | 0.20 |
| HSL | 121.55º | 0.9% | 0.42% | - |
| HSV(B) | 121.55º | 0.95% | 0.8% | - |
| XYZ | 22.06 | 43.77 | 7.78 | - |
| YUV | 125.45 | 66.23 | 46.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 205 | 16 | 0.95 | 0 | 0.92 | 0.20 | 121.55 | 0.9 | 0.42 |
| Hex | B | CD | 10 | 5F | 0 | 5C | 14 | 7A | 5A | 2A |
| Octal | 13 | 315 | 20 | 137 | 0 | 134 | 24 | 172 | 132 | 52 |
| Binary | 1011 | 11001101 | 10000 | 1011111 | 0 | 1011100 | 10100 | 1111010 | 1011010 | 101010 |
Color Harmonies of #0BCD10
Complementary color
Monochromatic Colors of #0BCD10
Black with #0BCD10
Text Example
Text Example
White with #0BCD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCD10; }
p { color: rgb(11,205,16); }
H1.HeaderClassName
{
color: #0BCD10;
}
.AnyTagClassName
{
color: #0BCD10;
}
</style>
background-color css
<style>
a { background-color: #0BCD10; }
a { background-color: rgb(11,205,16); }
div.DivClassName
{
background-color: #0BCD10;
}
.BgClassName
{
background-color: #0BCD10;
}
</style>
border-color css
<style>
span { border-color: #0BCD10; }
span { border-color: rgb(11,205,16); }
td.TdClassName
{
border-color: #0BCD10;
}
.TagClassName
{
border-color: #0BCD10;
}
</style>