Shades of Free Speech Green #10CA06
Tints of Free Speech Green #10CA06
RGB
CMYK
RGB Variations
Color information
#10CA06 (or 0x10CA06) is known color: Free Speech Green. HEX triplet: 10, CA and 06. RGB value is (16,202,6). Sum of RGB (Red+Green+Blue) = 16+202+6=224 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.14% from 224); Green value is 202 (79.30% from 255 or 90.18% from 224); Blue value is 6 (2.73% from 255 or 2.68% from 224); Max value from RGB is 202 - color contains mainly: green. Hex color #10CA06 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10CA06 is #EF35F9. Grayscale: #7C7C7C. Windows color (decimal): -15676922 or 444944. OLE color: 444944.
HSL color Cylindrical-coordinate representation of color #10CA06: hue angle of 116.94º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #10CA06 is Cyan = 0.92, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 16 | 202 | 6 | - |
| CMYK | 0.92 | 0 | 0.97 | 0.21 |
| HSL | 116.94º | 0.94% | 0.41% | - |
| HSV(B) | 116.94º | 0.97% | 0.79% | - |
| XYZ | 21.37 | 42.36 | 7.22 | - |
| YUV | 124.04 | 61.38 | 50.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 202 | 6 | 0.92 | 0 | 0.97 | 0.21 | 116.94 | 0.94 | 0.41 |
| Hex | 10 | CA | 6 | 5C | 0 | 61 | 15 | 75 | 5E | 29 |
| Octal | 20 | 312 | 6 | 134 | 0 | 141 | 25 | 165 | 136 | 51 |
| Binary | 10000 | 11001010 | 110 | 1011100 | 0 | 1100001 | 10101 | 1110101 | 1011110 | 101001 |
Color Harmonies of #10CA06
Complementary color
Monochromatic Colors of #10CA06
Black with #10CA06
Text Example
Text Example
White with #10CA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CA06; }
p { color: rgb(16,202,6); }
H1.HeaderClassName
{
color: #10CA06;
}
.AnyTagClassName
{
color: #10CA06;
}
</style>
background-color css
<style>
a { background-color: #10CA06; }
a { background-color: rgb(16,202,6); }
div.DivClassName
{
background-color: #10CA06;
}
.BgClassName
{
background-color: #10CA06;
}
</style>
border-color css
<style>
span { border-color: #10CA06; }
span { border-color: rgb(16,202,6); }
td.TdClassName
{
border-color: #10CA06;
}
.TagClassName
{
border-color: #10CA06;
}
</style>