Shades of Free Speech Green #10CB02
Tints of Free Speech Green #10CB02
RGB
CMYK
RGB Variations
Color information
#10CB02 (or 0x10CB02) is known color: Free Speech Green. HEX triplet: 10, CB and 02. RGB value is (16,203,2). Sum of RGB (Red+Green+Blue) = 16+203+2=221 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.24% from 221); Green value is 203 (79.69% from 255 or 91.86% from 221); Blue value is 2 (1.17% from 255 or 0.90% from 221); Max value from RGB is 203 - color contains mainly: green. Hex color #10CB02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10CB02 is #EF34FD. Grayscale: #7C7C7C. Windows color (decimal): -15676670 or 183056. OLE color: 183056.
HSL color Cylindrical-coordinate representation of color #10CB02: hue angle of 115.82º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #10CB02 is Cyan = 0.92, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 203 | 2 | - |
| CMYK | 0.92 | 0 | 0.99 | 0.20 |
| HSL | 115.82º | 0.98% | 0.4% | - |
| HSV(B) | 115.82º | 0.99% | 0.8% | - |
| XYZ | 21.58 | 42.83 | 7.19 | - |
| YUV | 124.17 | 59.05 | 50.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 203 | 2 | 0.92 | 0 | 0.99 | 0.20 | 115.82 | 0.98 | 0.4 |
| Hex | 10 | CB | 2 | 5C | 0 | 63 | 14 | 74 | 62 | 28 |
| Octal | 20 | 313 | 2 | 134 | 0 | 143 | 24 | 164 | 142 | 50 |
| Binary | 10000 | 11001011 | 10 | 1011100 | 0 | 1100011 | 10100 | 1110100 | 1100010 | 101000 |
Color Harmonies of #10CB02
Complementary color
Monochromatic Colors of #10CB02
Black with #10CB02
Text Example
Text Example
White with #10CB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CB02; }
p { color: rgb(16,203,2); }
H1.HeaderClassName
{
color: #10CB02;
}
.AnyTagClassName
{
color: #10CB02;
}
</style>
background-color css
<style>
a { background-color: #10CB02; }
a { background-color: rgb(16,203,2); }
div.DivClassName
{
background-color: #10CB02;
}
.BgClassName
{
background-color: #10CB02;
}
</style>
border-color css
<style>
span { border-color: #10CB02; }
span { border-color: rgb(16,203,2); }
td.TdClassName
{
border-color: #10CB02;
}
.TagClassName
{
border-color: #10CB02;
}
</style>