Shades of Free Speech Green #0AD90F
Tints of Free Speech Green #0AD90F
RGB
CMYK
RGB Variations
Color information
#0AD90F (or 0x0AD90F) is known color: Free Speech Green. HEX triplet: 0A, D9 and 0F. RGB value is (10,217,15). Sum of RGB (Red+Green+Blue) = 10+217+15=242 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.13% from 242); Green value is 217 (85.16% from 255 or 89.67% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 217 - color contains mainly: green. Hex color #0AD90F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AD90F is #F526F0. Grayscale: #848484. Windows color (decimal): -16066289 or 1038602. OLE color: 1038602.
HSL color Cylindrical-coordinate representation of color #0AD90F: hue angle of 121.45º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD90F is Cyan = 0.95, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 217 | 15 | - |
| CMYK | 0.95 | 0 | 0.93 | 0.15 |
| HSL | 121.45º | 0.91% | 0.45% | - |
| HSV(B) | 121.45º | 0.95% | 0.85% | - |
| XYZ | 25.02 | 49.72 | 8.73 | - |
| YUV | 132.08 | 61.92 | 40.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 217 | 15 | 0.95 | 0 | 0.93 | 0.15 | 121.45 | 0.91 | 0.45 |
| Hex | A | D9 | F | 5F | 0 | 5D | F | 79 | 5B | 2D |
| Octal | 12 | 331 | 17 | 137 | 0 | 135 | 17 | 171 | 133 | 55 |
| Binary | 1010 | 11011001 | 1111 | 1011111 | 0 | 1011101 | 1111 | 1111001 | 1011011 | 101101 |
Color Harmonies of #0AD90F
Complementary color
Monochromatic Colors of #0AD90F
Black with #0AD90F
Text Example
Text Example
White with #0AD90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD90F; }
p { color: rgb(10,217,15); }
H1.HeaderClassName
{
color: #0AD90F;
}
.AnyTagClassName
{
color: #0AD90F;
}
</style>
background-color css
<style>
a { background-color: #0AD90F; }
a { background-color: rgb(10,217,15); }
div.DivClassName
{
background-color: #0AD90F;
}
.BgClassName
{
background-color: #0AD90F;
}
</style>
border-color css
<style>
span { border-color: #0AD90F; }
span { border-color: rgb(10,217,15); }
td.TdClassName
{
border-color: #0AD90F;
}
.TagClassName
{
border-color: #0AD90F;
}
</style>