Shades of Free Speech Green #0AF726
Tints of Free Speech Green #0AF726
RGB
CMYK
RGB Variations
Color information
#0AF726 (or 0x0AF726) is known color: Free Speech Green. HEX triplet: 0A, F7 and 26. RGB value is (10,247,38). Sum of RGB (Red+Green+Blue) = 10+247+38=295 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.39% from 295); Green value is 247 (96.88% from 255 or 83.73% from 295); Blue value is 38 (15.23% from 255 or 12.88% from 295); Max value from RGB is 247 - color contains mainly: green. Hex color #0AF726 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AF726 is #F508D9. Grayscale: #989898. Windows color (decimal): -16058586 or 2553610. OLE color: 2553610.
HSL color Cylindrical-coordinate representation of color #0AF726: hue angle of 127.09º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF726 is Cyan = 0.96, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 10 | 247 | 38 | - |
| CMYK | 0.96 | 0 | 0.85 | 0.03 |
| HSL | 127.09º | 0.94% | 0.5% | - |
| HSV(B) | 127.09º | 0.96% | 0.97% | - |
| XYZ | 33.74 | 66.73 | 12.94 | - |
| YUV | 152.31 | 63.48 | 26.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 247 | 38 | 0.96 | 0 | 0.85 | 0.03 | 127.09 | 0.94 | 0.5 |
| Hex | A | F7 | 26 | 60 | 0 | 55 | 3 | 7F | 5E | 32 |
| Octal | 12 | 367 | 46 | 140 | 0 | 125 | 3 | 177 | 136 | 62 |
| Binary | 1010 | 11110111 | 100110 | 1100000 | 0 | 1010101 | 11 | 1111111 | 1011110 | 110010 |
Color Harmonies of #0AF726
Complementary color
Monochromatic Colors of #0AF726
Black with #0AF726
Text Example
Text Example
White with #0AF726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF726; }
p { color: rgb(10,247,38); }
H1.HeaderClassName
{
color: #0AF726;
}
.AnyTagClassName
{
color: #0AF726;
}
</style>
background-color css
<style>
a { background-color: #0AF726; }
a { background-color: rgb(10,247,38); }
div.DivClassName
{
background-color: #0AF726;
}
.BgClassName
{
background-color: #0AF726;
}
</style>
border-color css
<style>
span { border-color: #0AF726; }
span { border-color: rgb(10,247,38); }
td.TdClassName
{
border-color: #0AF726;
}
.TagClassName
{
border-color: #0AF726;
}
</style>