Shades of Free Speech Green #0ACB10
Tints of Free Speech Green #0ACB10
RGB
CMYK
RGB Variations
Color information
#0ACB10 (or 0x0ACB10) is known color: Free Speech Green. HEX triplet: 0A, CB and 10. RGB value is (10,203,16). Sum of RGB (Red+Green+Blue) = 10+203+16=229 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.37% from 229); Green value is 203 (79.69% from 255 or 88.65% from 229); Blue value is 16 (6.64% from 255 or 6.99% from 229); Max value from RGB is 203 - color contains mainly: green. Hex color #0ACB10 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ACB10 is #F534EF. Grayscale: #7C7C7C. Windows color (decimal): -16069872 or 1100554. OLE color: 1100554.
HSL color Cylindrical-coordinate representation of color #0ACB10: hue angle of 121.87º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACB10 is Cyan = 0.95, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 10 | 203 | 16 | - |
| CMYK | 0.95 | 0 | 0.92 | 0.20 |
| HSL | 121.87º | 0.91% | 0.42% | - |
| HSV(B) | 121.87º | 0.95% | 0.8% | - |
| XYZ | 21.57 | 42.81 | 7.62 | - |
| YUV | 123.98 | 67.06 | 46.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 203 | 16 | 0.95 | 0 | 0.92 | 0.20 | 121.87 | 0.91 | 0.42 |
| Hex | A | CB | 10 | 5F | 0 | 5C | 14 | 7A | 5B | 2A |
| Octal | 12 | 313 | 20 | 137 | 0 | 134 | 24 | 172 | 133 | 52 |
| Binary | 1010 | 11001011 | 10000 | 1011111 | 0 | 1011100 | 10100 | 1111010 | 1011011 | 101010 |
Color Harmonies of #0ACB10
Complementary color
Monochromatic Colors of #0ACB10
Black with #0ACB10
Text Example
Text Example
White with #0ACB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACB10; }
p { color: rgb(10,203,16); }
H1.HeaderClassName
{
color: #0ACB10;
}
.AnyTagClassName
{
color: #0ACB10;
}
</style>
background-color css
<style>
a { background-color: #0ACB10; }
a { background-color: rgb(10,203,16); }
div.DivClassName
{
background-color: #0ACB10;
}
.BgClassName
{
background-color: #0ACB10;
}
</style>
border-color css
<style>
span { border-color: #0ACB10; }
span { border-color: rgb(10,203,16); }
td.TdClassName
{
border-color: #0ACB10;
}
.TagClassName
{
border-color: #0ACB10;
}
</style>