Shades of Free Speech Green #0AFC07
Tints of Free Speech Green #0AFC07
RGB
CMYK
RGB Variations
Color information
#0AFC07 (or 0x0AFC07) is known color: Free Speech Green. HEX triplet: 0A, FC and 07. RGB value is (10,252,7). Sum of RGB (Red+Green+Blue) = 10+252+7=269 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.72% from 269); Green value is 252 (98.83% from 255 or 93.68% from 269); Blue value is 7 (3.12% from 255 or 2.60% from 269); Max value from RGB is 252 - color contains mainly: green. Hex color #0AFC07 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AFC07 is #F503F8. Grayscale: #989898. Windows color (decimal): -16057337 or 523274. OLE color: 523274.
HSL color Cylindrical-coordinate representation of color #0AFC07: hue angle of 119.27º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0AFC07 is Cyan = 0.96, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 252 | 7 | - |
| CMYK | 0.96 | 0 | 0.97 | 0.01 |
| HSL | 119.27º | 0.98% | 0.51% | - |
| HSV(B) | 119.27º | 0.97% | 0.99% | - |
| XYZ | 34.97 | 69.7 | 11.81 | - |
| YUV | 151.71 | 46.33 | 26.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 252 | 7 | 0.96 | 0 | 0.97 | 0.01 | 119.27 | 0.98 | 0.51 |
| Hex | A | FC | 7 | 60 | 0 | 61 | 1 | 77 | 62 | 33 |
| Octal | 12 | 374 | 7 | 140 | 0 | 141 | 1 | 167 | 142 | 63 |
| Binary | 1010 | 11111100 | 111 | 1100000 | 0 | 1100001 | 1 | 1110111 | 1100010 | 110011 |
Color Harmonies of #0AFC07
Complementary color
Monochromatic Colors of #0AFC07
Black with #0AFC07
Text Example
Text Example
White with #0AFC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFC07; }
p { color: rgb(10,252,7); }
H1.HeaderClassName
{
color: #0AFC07;
}
.AnyTagClassName
{
color: #0AFC07;
}
</style>
background-color css
<style>
a { background-color: #0AFC07; }
a { background-color: rgb(10,252,7); }
div.DivClassName
{
background-color: #0AFC07;
}
.BgClassName
{
background-color: #0AFC07;
}
</style>
border-color css
<style>
span { border-color: #0AFC07; }
span { border-color: rgb(10,252,7); }
td.TdClassName
{
border-color: #0AFC07;
}
.TagClassName
{
border-color: #0AFC07;
}
</style>