Shades of Free Speech Green #0AD91E
Tints of Free Speech Green #0AD91E
RGB
CMYK
RGB Variations
Color information
#0AD91E (or 0x0AD91E) is known color: Free Speech Green. HEX triplet: 0A, D9 and 1E. RGB value is (10,217,30). Sum of RGB (Red+Green+Blue) = 10+217+30=257 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.89% from 257); Green value is 217 (85.16% from 255 or 84.44% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 217 - color contains mainly: green. Hex color #0AD91E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD91E is #F526E1. Grayscale: #868686. Windows color (decimal): -16066274 or 2021642. OLE color: 2021642.
HSL color Cylindrical-coordinate representation of color #0AD91E: hue angle of 125.8º 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 #0AD91E is Cyan = 0.95, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 217 | 30 | - |
| CMYK | 0.95 | 0 | 0.86 | 0.15 |
| HSL | 125.8º | 0.91% | 0.45% | - |
| HSV(B) | 125.8º | 0.95% | 0.85% | - |
| XYZ | 25.17 | 49.78 | 9.51 | - |
| YUV | 133.79 | 69.42 | 39.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 217 | 30 | 0.95 | 0 | 0.86 | 0.15 | 125.8 | 0.91 | 0.45 |
| Hex | A | D9 | 1E | 5F | 0 | 56 | F | 7E | 5B | 2D |
| Octal | 12 | 331 | 36 | 137 | 0 | 126 | 17 | 176 | 133 | 55 |
| Binary | 1010 | 11011001 | 11110 | 1011111 | 0 | 1010110 | 1111 | 1111110 | 1011011 | 101101 |
Color Harmonies of #0AD91E
Complementary color
Monochromatic Colors of #0AD91E
Black with #0AD91E
Text Example
Text Example
White with #0AD91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD91E; }
p { color: rgb(10,217,30); }
H1.HeaderClassName
{
color: #0AD91E;
}
.AnyTagClassName
{
color: #0AD91E;
}
</style>
background-color css
<style>
a { background-color: #0AD91E; }
a { background-color: rgb(10,217,30); }
div.DivClassName
{
background-color: #0AD91E;
}
.BgClassName
{
background-color: #0AD91E;
}
</style>
border-color css
<style>
span { border-color: #0AD91E; }
span { border-color: rgb(10,217,30); }
td.TdClassName
{
border-color: #0AD91E;
}
.TagClassName
{
border-color: #0AD91E;
}
</style>