Shades of Free Speech Green #0ACB03
Tints of Free Speech Green #0ACB03
RGB
CMYK
RGB Variations
Color information
#0ACB03 (or 0x0ACB03) is known color: Free Speech Green. HEX triplet: 0A, CB and 03. RGB value is (10,203,3). Sum of RGB (Red+Green+Blue) = 10+203+3=216 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.63% from 216); Green value is 203 (79.69% from 255 or 93.98% from 216); Blue value is 3 (1.56% from 255 or 1.39% from 216); Max value from RGB is 203 - color contains mainly: green. Hex color #0ACB03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ACB03 is #F534FC. Grayscale: #7B7B7B. Windows color (decimal): -16069885 or 248586. OLE color: 248586.
HSL color Cylindrical-coordinate representation of color #0ACB03: hue angle of 117.9º degrees, saturation: 0.97, 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 #0ACB03 is Cyan = 0.95, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 10 | 203 | 3 | - |
| CMYK | 0.95 | 0 | 0.99 | 0.20 |
| HSL | 117.9º | 0.97% | 0.4% | - |
| HSV(B) | 117.9º | 0.99% | 0.8% | - |
| XYZ | 21.5 | 42.78 | 7.21 | - |
| YUV | 122.49 | 60.56 | 47.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 203 | 3 | 0.95 | 0 | 0.99 | 0.20 | 117.9 | 0.97 | 0.4 |
| Hex | A | CB | 3 | 5F | 0 | 63 | 14 | 76 | 61 | 28 |
| Octal | 12 | 313 | 3 | 137 | 0 | 143 | 24 | 166 | 141 | 50 |
| Binary | 1010 | 11001011 | 11 | 1011111 | 0 | 1100011 | 10100 | 1110110 | 1100001 | 101000 |
Color Harmonies of #0ACB03
Complementary color
Monochromatic Colors of #0ACB03
Black with #0ACB03
Text Example
Text Example
White with #0ACB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACB03; }
p { color: rgb(10,203,3); }
H1.HeaderClassName
{
color: #0ACB03;
}
.AnyTagClassName
{
color: #0ACB03;
}
</style>
background-color css
<style>
a { background-color: #0ACB03; }
a { background-color: rgb(10,203,3); }
div.DivClassName
{
background-color: #0ACB03;
}
.BgClassName
{
background-color: #0ACB03;
}
</style>
border-color css
<style>
span { border-color: #0ACB03; }
span { border-color: rgb(10,203,3); }
td.TdClassName
{
border-color: #0ACB03;
}
.TagClassName
{
border-color: #0ACB03;
}
</style>