Shades of Free Speech Green #0AD71D
Tints of Free Speech Green #0AD71D
RGB
CMYK
RGB Variations
Color information
#0AD71D (or 0x0AD71D) is known color: Free Speech Green. HEX triplet: 0A, D7 and 1D. RGB value is (10,215,29). Sum of RGB (Red+Green+Blue) = 10+215+29=254 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.94% from 254); Green value is 215 (84.38% from 255 or 84.65% from 254); Blue value is 29 (11.72% from 255 or 11.42% from 254); Max value from RGB is 215 - color contains mainly: green. Hex color #0AD71D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD71D is #F528E2. Grayscale: #858585. Windows color (decimal): -16066787 or 1955594. OLE color: 1955594.
HSL color Cylindrical-coordinate representation of color #0AD71D: hue angle of 125.56º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD71D is Cyan = 0.95, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 215 | 29 | - |
| CMYK | 0.95 | 0 | 0.87 | 0.16 |
| HSL | 125.56º | 0.91% | 0.44% | - |
| HSV(B) | 125.56º | 0.95% | 0.84% | - |
| XYZ | 24.65 | 48.75 | 9.27 | - |
| YUV | 132.5 | 69.58 | 40.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 215 | 29 | 0.95 | 0 | 0.87 | 0.16 | 125.56 | 0.91 | 0.44 |
| Hex | A | D7 | 1D | 5F | 0 | 57 | 10 | 7E | 5B | 2C |
| Octal | 12 | 327 | 35 | 137 | 0 | 127 | 20 | 176 | 133 | 54 |
| Binary | 1010 | 11010111 | 11101 | 1011111 | 0 | 1010111 | 10000 | 1111110 | 1011011 | 101100 |
Color Harmonies of #0AD71D
Complementary color
Monochromatic Colors of #0AD71D
Black with #0AD71D
Text Example
Text Example
White with #0AD71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD71D; }
p { color: rgb(10,215,29); }
H1.HeaderClassName
{
color: #0AD71D;
}
.AnyTagClassName
{
color: #0AD71D;
}
</style>
background-color css
<style>
a { background-color: #0AD71D; }
a { background-color: rgb(10,215,29); }
div.DivClassName
{
background-color: #0AD71D;
}
.BgClassName
{
background-color: #0AD71D;
}
</style>
border-color css
<style>
span { border-color: #0AD71D; }
span { border-color: rgb(10,215,29); }
td.TdClassName
{
border-color: #0AD71D;
}
.TagClassName
{
border-color: #0AD71D;
}
</style>