Shades of Free Speech Green #0AD91D
Tints of Free Speech Green #0AD91D
RGB
CMYK
RGB Variations
Color information
#0AD91D (or 0x0AD91D) is known color: Free Speech Green. HEX triplet: 0A, D9 and 1D. RGB value is (10,217,29). Sum of RGB (Red+Green+Blue) = 10+217+29=256 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.91% from 256); Green value is 217 (85.16% from 255 or 84.77% from 256); Blue value is 29 (11.72% from 255 or 11.33% from 256); Max value from RGB is 217 - color contains mainly: green. Hex color #0AD91D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD91D is #F526E2. Grayscale: #868686. Windows color (decimal): -16066275 or 1956106. OLE color: 1956106.
HSL color Cylindrical-coordinate representation of color #0AD91D: hue angle of 125.51º 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 #0AD91D is Cyan = 0.95, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 217 | 29 | - |
| CMYK | 0.95 | 0 | 0.87 | 0.15 |
| HSL | 125.51º | 0.91% | 0.45% | - |
| HSV(B) | 125.51º | 0.95% | 0.85% | - |
| XYZ | 25.16 | 49.78 | 9.44 | - |
| YUV | 133.68 | 68.92 | 39.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 217 | 29 | 0.95 | 0 | 0.87 | 0.15 | 125.51 | 0.91 | 0.45 |
| Hex | A | D9 | 1D | 5F | 0 | 57 | F | 7E | 5B | 2D |
| Octal | 12 | 331 | 35 | 137 | 0 | 127 | 17 | 176 | 133 | 55 |
| Binary | 1010 | 11011001 | 11101 | 1011111 | 0 | 1010111 | 1111 | 1111110 | 1011011 | 101101 |
Color Harmonies of #0AD91D
Complementary color
Monochromatic Colors of #0AD91D
Black with #0AD91D
Text Example
Text Example
White with #0AD91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD91D; }
p { color: rgb(10,217,29); }
H1.HeaderClassName
{
color: #0AD91D;
}
.AnyTagClassName
{
color: #0AD91D;
}
</style>
background-color css
<style>
a { background-color: #0AD91D; }
a { background-color: rgb(10,217,29); }
div.DivClassName
{
background-color: #0AD91D;
}
.BgClassName
{
background-color: #0AD91D;
}
</style>
border-color css
<style>
span { border-color: #0AD91D; }
span { border-color: rgb(10,217,29); }
td.TdClassName
{
border-color: #0AD91D;
}
.TagClassName
{
border-color: #0AD91D;
}
</style>