Shades of Free Speech Green #0AD40A
Tints of Free Speech Green #0AD40A
RGB
CMYK
RGB Variations
Color information
#0AD40A (or 0x0AD40A) is known color: Free Speech Green. HEX triplet: 0A, D4 and 0A. RGB value is (10,212,10). Sum of RGB (Red+Green+Blue) = 10+212+10=232 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.31% from 232); Green value is 212 (83.20% from 255 or 91.38% from 232); Blue value is 10 (4.30% from 255 or 4.31% from 232); Max value from RGB is 212 - color contains mainly: green. Hex color #0AD40A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AD40A is #F52BF5. Grayscale: #818181. Windows color (decimal): -16067574 or 709642. OLE color: 709642.
HSL color Cylindrical-coordinate representation of color #0AD40A: hue angle of 120º 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 #0AD40A is Cyan = 0.95, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 10 | 212 | 10 | - |
| CMYK | 0.95 | 0 | 0.95 | 0.17 |
| HSL | 120º | 0.91% | 0.44% | - |
| HSV(B) | 120º | 0.95% | 0.83% | - |
| XYZ | 23.72 | 47.17 | 8.14 | - |
| YUV | 128.57 | 61.08 | 43.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 212 | 10 | 0.95 | 0 | 0.95 | 0.17 | 120 | 0.91 | 0.44 |
| Hex | A | D4 | A | 5F | 0 | 5F | 11 | 78 | 5B | 2C |
| Octal | 12 | 324 | 12 | 137 | 0 | 137 | 21 | 170 | 133 | 54 |
| Binary | 1010 | 11010100 | 1010 | 1011111 | 0 | 1011111 | 10001 | 1111000 | 1011011 | 101100 |
Color Harmonies of #0AD40A
Complementary color
Monochromatic Colors of #0AD40A
Black with #0AD40A
Text Example
Text Example
White with #0AD40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD40A; }
p { color: rgb(10,212,10); }
H1.HeaderClassName
{
color: #0AD40A;
}
.AnyTagClassName
{
color: #0AD40A;
}
</style>
background-color css
<style>
a { background-color: #0AD40A; }
a { background-color: rgb(10,212,10); }
div.DivClassName
{
background-color: #0AD40A;
}
.BgClassName
{
background-color: #0AD40A;
}
</style>
border-color css
<style>
span { border-color: #0AD40A; }
span { border-color: rgb(10,212,10); }
td.TdClassName
{
border-color: #0AD40A;
}
.TagClassName
{
border-color: #0AD40A;
}
</style>