Shades of Free Speech Green #0AF20D
Tints of Free Speech Green #0AF20D
RGB
CMYK
RGB Variations
Color information
#0AF20D (or 0x0AF20D) is known color: Free Speech Green. HEX triplet: 0A, F2 and 0D. RGB value is (10,242,13). Sum of RGB (Red+Green+Blue) = 10+242+13=265 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.77% from 265); Green value is 242 (94.92% from 255 or 91.32% from 265); Blue value is 13 (5.47% from 255 or 4.91% from 265); Max value from RGB is 242 - color contains mainly: green. Hex color #0AF20D is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AF20D is #F50DF2. Grayscale: #939393. Windows color (decimal): -16059891 or 913930. OLE color: 913930.
HSL color Cylindrical-coordinate representation of color #0AF20D: 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 #0AF20D is Cyan = 0.96, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 242 | 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.95 | 63.6 | 10.97 | - |
| YUV | 146.53 | 52.64 | 30.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 242 | 13 | 0.96 | 0 | 0.95 | 0.05 | 120.78 | 0.92 | 0.49 |
| Hex | A | F2 | D | 60 | 0 | 5F | 5 | 79 | 5C | 31 |
| Octal | 12 | 362 | 15 | 140 | 0 | 137 | 5 | 171 | 134 | 61 |
| Binary | 1010 | 11110010 | 1101 | 1100000 | 0 | 1011111 | 101 | 1111001 | 1011100 | 110001 |
Color Harmonies of #0AF20D
Complementary color
Monochromatic Colors of #0AF20D
Black with #0AF20D
Text Example
Text Example
White with #0AF20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF20D; }
p { color: rgb(10,242,13); }
H1.HeaderClassName
{
color: #0AF20D;
}
.AnyTagClassName
{
color: #0AF20D;
}
</style>
background-color css
<style>
a { background-color: #0AF20D; }
a { background-color: rgb(10,242,13); }
div.DivClassName
{
background-color: #0AF20D;
}
.BgClassName
{
background-color: #0AF20D;
}
</style>
border-color css
<style>
span { border-color: #0AF20D; }
span { border-color: rgb(10,242,13); }
td.TdClassName
{
border-color: #0AF20D;
}
.TagClassName
{
border-color: #0AF20D;
}
</style>