Shades of Free Speech Green #0AD41D
Tints of Free Speech Green #0AD41D
RGB
CMYK
RGB Variations
Color information
#0AD41D (or 0x0AD41D) is known color: Free Speech Green. HEX triplet: 0A, D4 and 1D. RGB value is (10,212,29). Sum of RGB (Red+Green+Blue) = 10+212+29=251 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.98% from 251); Green value is 212 (83.20% from 255 or 84.46% from 251); Blue value is 29 (11.72% from 255 or 11.55% from 251); Max value from RGB is 212 - color contains mainly: green. Hex color #0AD41D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD41D is #F52BE2. Grayscale: #838383. Windows color (decimal): -16067555 or 1954826. OLE color: 1954826.
HSL color Cylindrical-coordinate representation of color #0AD41D: hue angle of 125.64º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD41D is Cyan = 0.95, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 10 | 212 | 29 | - |
| CMYK | 0.95 | 0 | 0.86 | 0.17 |
| HSL | 125.64º | 0.91% | 0.44% | - |
| HSV(B) | 125.64º | 0.95% | 0.83% | - |
| XYZ | 23.89 | 47.24 | 9.02 | - |
| YUV | 130.74 | 70.58 | 41.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 212 | 29 | 0.95 | 0 | 0.86 | 0.17 | 125.64 | 0.91 | 0.44 |
| Hex | A | D4 | 1D | 5F | 0 | 56 | 11 | 7E | 5B | 2C |
| Octal | 12 | 324 | 35 | 137 | 0 | 126 | 21 | 176 | 133 | 54 |
| Binary | 1010 | 11010100 | 11101 | 1011111 | 0 | 1010110 | 10001 | 1111110 | 1011011 | 101100 |
Color Harmonies of #0AD41D
Complementary color
Monochromatic Colors of #0AD41D
Black with #0AD41D
Text Example
Text Example
White with #0AD41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD41D; }
p { color: rgb(10,212,29); }
H1.HeaderClassName
{
color: #0AD41D;
}
.AnyTagClassName
{
color: #0AD41D;
}
</style>
background-color css
<style>
a { background-color: #0AD41D; }
a { background-color: rgb(10,212,29); }
div.DivClassName
{
background-color: #0AD41D;
}
.BgClassName
{
background-color: #0AD41D;
}
</style>
border-color css
<style>
span { border-color: #0AD41D; }
span { border-color: rgb(10,212,29); }
td.TdClassName
{
border-color: #0AD41D;
}
.TagClassName
{
border-color: #0AD41D;
}
</style>