Shades of Free Speech Green #10CB09
Tints of Free Speech Green #10CB09
RGB
CMYK
RGB Variations
Color information
#10CB09 (or 0x10CB09) is known color: Free Speech Green. HEX triplet: 10, CB and 09. RGB value is (16,203,9). Sum of RGB (Red+Green+Blue) = 16+203+9=228 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.02% from 228); Green value is 203 (79.69% from 255 or 89.04% from 228); Blue value is 9 (3.91% from 255 or 3.95% from 228); Max value from RGB is 203 - color contains mainly: green. Hex color #10CB09 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10CB09 is #EF34F6. Grayscale: #7D7D7D. Windows color (decimal): -15676663 or 641808. OLE color: 641808.
HSL color Cylindrical-coordinate representation of color #10CB09: hue angle of 117.84º 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 #10CB09 is Cyan = 0.92, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 203 | 9 | - |
| CMYK | 0.92 | 0 | 0.96 | 0.20 |
| HSL | 117.84º | 0.92% | 0.42% | - |
| HSV(B) | 117.84º | 0.96% | 0.8% | - |
| XYZ | 21.62 | 42.84 | 7.39 | - |
| YUV | 124.97 | 62.55 | 50.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 203 | 9 | 0.92 | 0 | 0.96 | 0.20 | 117.84 | 0.92 | 0.42 |
| Hex | 10 | CB | 9 | 5C | 0 | 60 | 14 | 76 | 5C | 2A |
| Octal | 20 | 313 | 11 | 134 | 0 | 140 | 24 | 166 | 134 | 52 |
| Binary | 10000 | 11001011 | 1001 | 1011100 | 0 | 1100000 | 10100 | 1110110 | 1011100 | 101010 |
Color Harmonies of #10CB09
Complementary color
Monochromatic Colors of #10CB09
Black with #10CB09
Text Example
Text Example
White with #10CB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CB09; }
p { color: rgb(16,203,9); }
H1.HeaderClassName
{
color: #10CB09;
}
.AnyTagClassName
{
color: #10CB09;
}
</style>
background-color css
<style>
a { background-color: #10CB09; }
a { background-color: rgb(16,203,9); }
div.DivClassName
{
background-color: #10CB09;
}
.BgClassName
{
background-color: #10CB09;
}
</style>
border-color css
<style>
span { border-color: #10CB09; }
span { border-color: rgb(16,203,9); }
td.TdClassName
{
border-color: #10CB09;
}
.TagClassName
{
border-color: #10CB09;
}
</style>