Shades of Free Speech Green #11CB09
Tints of Free Speech Green #11CB09
RGB
CMYK
RGB Variations
Color information
#11CB09 (or 0x11CB09) is known color: Free Speech Green. HEX triplet: 11, CB and 09. RGB value is (17,203,9). Sum of RGB (Red+Green+Blue) = 17+203+9=229 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.42% from 229); Green value is 203 (79.69% from 255 or 88.65% from 229); Blue value is 9 (3.91% from 255 or 3.93% from 229); Max value from RGB is 203 - color contains mainly: green. Hex color #11CB09 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11CB09 is #EE34F6. Grayscale: #7D7D7D. Windows color (decimal): -15611127 or 641809. OLE color: 641809.
HSL color Cylindrical-coordinate representation of color #11CB09: hue angle of 117.53º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #11CB09 is Cyan = 0.92, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 203 | 9 | - |
| CMYK | 0.92 | 0 | 0.96 | 0.20 |
| HSL | 117.53º | 0.92% | 0.42% | - |
| HSV(B) | 117.53º | 0.96% | 0.8% | - |
| XYZ | 21.64 | 42.85 | 7.39 | - |
| YUV | 125.27 | 62.38 | 50.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 203 | 9 | 0.92 | 0 | 0.96 | 0.20 | 117.53 | 0.92 | 0.42 |
| Hex | 11 | CB | 9 | 5C | 0 | 60 | 14 | 76 | 5C | 2A |
| Octal | 21 | 313 | 11 | 134 | 0 | 140 | 24 | 166 | 134 | 52 |
| Binary | 10001 | 11001011 | 1001 | 1011100 | 0 | 1100000 | 10100 | 1110110 | 1011100 | 101010 |
Color Harmonies of #11CB09
Complementary color
Monochromatic Colors of #11CB09
Black with #11CB09
Text Example
Text Example
White with #11CB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CB09; }
p { color: rgb(17,203,9); }
H1.HeaderClassName
{
color: #11CB09;
}
.AnyTagClassName
{
color: #11CB09;
}
</style>
background-color css
<style>
a { background-color: #11CB09; }
a { background-color: rgb(17,203,9); }
div.DivClassName
{
background-color: #11CB09;
}
.BgClassName
{
background-color: #11CB09;
}
</style>
border-color css
<style>
span { border-color: #11CB09; }
span { border-color: rgb(17,203,9); }
td.TdClassName
{
border-color: #11CB09;
}
.TagClassName
{
border-color: #11CB09;
}
</style>