Shades of Free Speech Green #0AF10D
Tints of Free Speech Green #0AF10D
RGB
CMYK
RGB Variations
Color information
#0AF10D (or 0x0AF10D) is known color: Free Speech Green. HEX triplet: 0A, F1 and 0D. RGB value is (10,241,13). Sum of RGB (Red+Green+Blue) = 10+241+13=264 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.79% from 264); Green value is 241 (94.53% from 255 or 91.29% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 241 - color contains mainly: green. Hex color #0AF10D is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AF10D is #F50EF2. Grayscale: #929292. Windows color (decimal): -16060147 or 913674. OLE color: 913674.
HSL color Cylindrical-coordinate representation of color #0AF10D: hue angle of 120.78º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF10D is Cyan = 0.96, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 241 | 13 | - |
| CMYK | 0.96 | 0 | 0.95 | 0.05 |
| HSL | 120.78º | 0.92% | 0.49% | - |
| HSV(B) | 120.78º | 0.96% | 0.95% | - |
| XYZ | 31.65 | 63 | 10.87 | - |
| YUV | 145.94 | 52.97 | 31.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 241 | 13 | 0.96 | 0 | 0.95 | 0.05 | 120.78 | 0.92 | 0.49 |
| Hex | A | F1 | D | 60 | 0 | 5F | 5 | 79 | 5C | 31 |
| Octal | 12 | 361 | 15 | 140 | 0 | 137 | 5 | 171 | 134 | 61 |
| Binary | 1010 | 11110001 | 1101 | 1100000 | 0 | 1011111 | 101 | 1111001 | 1011100 | 110001 |
Color Harmonies of #0AF10D
Complementary color
Monochromatic Colors of #0AF10D
Black with #0AF10D
Text Example
Text Example
White with #0AF10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF10D; }
p { color: rgb(10,241,13); }
H1.HeaderClassName
{
color: #0AF10D;
}
.AnyTagClassName
{
color: #0AF10D;
}
</style>
background-color css
<style>
a { background-color: #0AF10D; }
a { background-color: rgb(10,241,13); }
div.DivClassName
{
background-color: #0AF10D;
}
.BgClassName
{
background-color: #0AF10D;
}
</style>
border-color css
<style>
span { border-color: #0AF10D; }
span { border-color: rgb(10,241,13); }
td.TdClassName
{
border-color: #0AF10D;
}
.TagClassName
{
border-color: #0AF10D;
}
</style>