Shades of Free Speech Green #0AF614
Tints of Free Speech Green #0AF614
RGB
CMYK
RGB Variations
Color information
#0AF614 (or 0x0AF614) is known color: Free Speech Green. HEX triplet: 0A, F6 and 14. RGB value is (10,246,20). Sum of RGB (Red+Green+Blue) = 10+246+20=276 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.62% from 276); Green value is 246 (96.48% from 255 or 89.13% from 276); Blue value is 20 (8.20% from 255 or 7.25% from 276); Max value from RGB is 246 - color contains mainly: green. Hex color #0AF614 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AF614 is #F509EB. Grayscale: #969696. Windows color (decimal): -16058860 or 1373706. OLE color: 1373706.
HSL color Cylindrical-coordinate representation of color #0AF614: hue angle of 122.54º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF614 is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 10 | 246 | 20 | - |
| CMYK | 0.96 | 0 | 0.92 | 0.04 |
| HSL | 122.54º | 0.93% | 0.5% | - |
| HSV(B) | 122.54º | 0.96% | 0.96% | - |
| XYZ | 33.21 | 66.03 | 11.66 | - |
| YUV | 149.67 | 54.81 | 28.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 246 | 20 | 0.96 | 0 | 0.92 | 0.04 | 122.54 | 0.93 | 0.5 |
| Hex | A | F6 | 14 | 60 | 0 | 5C | 4 | 7B | 5D | 32 |
| Octal | 12 | 366 | 24 | 140 | 0 | 134 | 4 | 173 | 135 | 62 |
| Binary | 1010 | 11110110 | 10100 | 1100000 | 0 | 1011100 | 100 | 1111011 | 1011101 | 110010 |
Color Harmonies of #0AF614
Complementary color
Monochromatic Colors of #0AF614
Black with #0AF614
Text Example
Text Example
White with #0AF614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF614; }
p { color: rgb(10,246,20); }
H1.HeaderClassName
{
color: #0AF614;
}
.AnyTagClassName
{
color: #0AF614;
}
</style>
background-color css
<style>
a { background-color: #0AF614; }
a { background-color: rgb(10,246,20); }
div.DivClassName
{
background-color: #0AF614;
}
.BgClassName
{
background-color: #0AF614;
}
</style>
border-color css
<style>
span { border-color: #0AF614; }
span { border-color: rgb(10,246,20); }
td.TdClassName
{
border-color: #0AF614;
}
.TagClassName
{
border-color: #0AF614;
}
</style>