Shades of Free Speech Green #0ACF03
Tints of Free Speech Green #0ACF03
RGB
CMYK
RGB Variations
Color information
#0ACF03 (or 0x0ACF03) is known color: Free Speech Green. HEX triplet: 0A, CF and 03. RGB value is (10,207,3). Sum of RGB (Red+Green+Blue) = 10+207+3=220 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.55% from 220); Green value is 207 (81.25% from 255 or 94.09% from 220); Blue value is 3 (1.56% from 255 or 1.36% from 220); Max value from RGB is 207 - color contains mainly: green. Hex color #0ACF03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ACF03 is #F530FC. Grayscale: #7D7D7D. Windows color (decimal): -16068861 or 249610. OLE color: 249610.
HSL color Cylindrical-coordinate representation of color #0ACF03: hue angle of 117.94º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0ACF03 is Cyan = 0.95, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 207 | 3 | - |
| CMYK | 0.95 | 0 | 0.99 | 0.19 |
| HSL | 117.94º | 0.97% | 0.41% | - |
| HSV(B) | 117.94º | 0.99% | 0.81% | - |
| XYZ | 22.45 | 44.7 | 7.53 | - |
| YUV | 124.84 | 59.23 | 46.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 207 | 3 | 0.95 | 0 | 0.99 | 0.19 | 117.94 | 0.97 | 0.41 |
| Hex | A | CF | 3 | 5F | 0 | 63 | 13 | 76 | 61 | 29 |
| Octal | 12 | 317 | 3 | 137 | 0 | 143 | 23 | 166 | 141 | 51 |
| Binary | 1010 | 11001111 | 11 | 1011111 | 0 | 1100011 | 10011 | 1110110 | 1100001 | 101001 |
Color Harmonies of #0ACF03
Complementary color
Monochromatic Colors of #0ACF03
Black with #0ACF03
Text Example
Text Example
White with #0ACF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACF03; }
p { color: rgb(10,207,3); }
H1.HeaderClassName
{
color: #0ACF03;
}
.AnyTagClassName
{
color: #0ACF03;
}
</style>
background-color css
<style>
a { background-color: #0ACF03; }
a { background-color: rgb(10,207,3); }
div.DivClassName
{
background-color: #0ACF03;
}
.BgClassName
{
background-color: #0ACF03;
}
</style>
border-color css
<style>
span { border-color: #0ACF03; }
span { border-color: rgb(10,207,3); }
td.TdClassName
{
border-color: #0ACF03;
}
.TagClassName
{
border-color: #0ACF03;
}
</style>