Shades of Free Speech Green #0AD71A
Tints of Free Speech Green #0AD71A
RGB
CMYK
RGB Variations
Color information
#0AD71A (or 0x0AD71A) is known color: Free Speech Green. HEX triplet: 0A, D7 and 1A. RGB value is (10,215,26). Sum of RGB (Red+Green+Blue) = 10+215+26=251 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.98% from 251); Green value is 215 (84.38% from 255 or 85.66% from 251); Blue value is 26 (10.55% from 255 or 10.36% from 251); Max value from RGB is 215 - color contains mainly: green. Hex color #0AD71A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD71A is #F528E5. Grayscale: #848484. Windows color (decimal): -16066790 or 1758986. OLE color: 1758986.
HSL color Cylindrical-coordinate representation of color #0AD71A: hue angle of 124.68º 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 #0AD71A is Cyan = 0.95, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 215 | 26 | - |
| CMYK | 0.95 | 0 | 0.88 | 0.16 |
| HSL | 124.68º | 0.91% | 0.44% | - |
| HSV(B) | 124.68º | 0.95% | 0.84% | - |
| XYZ | 24.61 | 48.74 | 9.09 | - |
| YUV | 132.16 | 68.08 | 40.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 215 | 26 | 0.95 | 0 | 0.88 | 0.16 | 124.68 | 0.91 | 0.44 |
| Hex | A | D7 | 1A | 5F | 0 | 58 | 10 | 7D | 5B | 2C |
| Octal | 12 | 327 | 32 | 137 | 0 | 130 | 20 | 175 | 133 | 54 |
| Binary | 1010 | 11010111 | 11010 | 1011111 | 0 | 1011000 | 10000 | 1111101 | 1011011 | 101100 |
Color Harmonies of #0AD71A
Complementary color
Monochromatic Colors of #0AD71A
Black with #0AD71A
Text Example
Text Example
White with #0AD71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD71A; }
p { color: rgb(10,215,26); }
H1.HeaderClassName
{
color: #0AD71A;
}
.AnyTagClassName
{
color: #0AD71A;
}
</style>
background-color css
<style>
a { background-color: #0AD71A; }
a { background-color: rgb(10,215,26); }
div.DivClassName
{
background-color: #0AD71A;
}
.BgClassName
{
background-color: #0AD71A;
}
</style>
border-color css
<style>
span { border-color: #0AD71A; }
span { border-color: rgb(10,215,26); }
td.TdClassName
{
border-color: #0AD71A;
}
.TagClassName
{
border-color: #0AD71A;
}
</style>