Shades of Free Speech Green #10CB01
Tints of Free Speech Green #10CB01
RGB
CMYK
RGB Variations
Color information
#10CB01 (or 0x10CB01) is known color: Free Speech Green. HEX triplet: 10, CB and 01. RGB value is (16,203,1). Sum of RGB (Red+Green+Blue) = 16+203+1=220 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.27% from 220); Green value is 203 (79.69% from 255 or 92.27% from 220); Blue value is 1 (0.78% from 255 or 0.45% from 220); Max value from RGB is 203 - color contains mainly: green. Hex color #10CB01 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10CB01 is #EF34FE. Grayscale: #7C7C7C. Windows color (decimal): -15676671 or 117520. OLE color: 117520.
HSL color Cylindrical-coordinate representation of color #10CB01: hue angle of 115.54º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #10CB01 is Cyan = 0.92, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 203 | 1 | - |
| CMYK | 0.92 | 0 | 1.00 | 0.20 |
| HSL | 115.54º | 0.99% | 0.4% | - |
| HSV(B) | 115.54º | 1% | 0.8% | - |
| XYZ | 21.58 | 42.82 | 7.16 | - |
| YUV | 124.06 | 58.55 | 50.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 203 | 1 | 0.92 | 0 | 1.00 | 0.20 | 115.54 | 0.99 | 0.4 |
| Hex | 10 | CB | 1 | 5C | 0 | 64 | 14 | 74 | 63 | 28 |
| Octal | 20 | 313 | 1 | 134 | 0 | 144 | 24 | 164 | 143 | 50 |
| Binary | 10000 | 11001011 | 1 | 1011100 | 0 | 1100100 | 10100 | 1110100 | 1100011 | 101000 |
Color Harmonies of #10CB01
Complementary color
Monochromatic Colors of #10CB01
Black with #10CB01
Text Example
Text Example
White with #10CB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CB01; }
p { color: rgb(16,203,1); }
H1.HeaderClassName
{
color: #10CB01;
}
.AnyTagClassName
{
color: #10CB01;
}
</style>
background-color css
<style>
a { background-color: #10CB01; }
a { background-color: rgb(16,203,1); }
div.DivClassName
{
background-color: #10CB01;
}
.BgClassName
{
background-color: #10CB01;
}
</style>
border-color css
<style>
span { border-color: #10CB01; }
span { border-color: rgb(16,203,1); }
td.TdClassName
{
border-color: #10CB01;
}
.TagClassName
{
border-color: #10CB01;
}
</style>