Shades of Free Speech Green #0ADC14
Tints of Free Speech Green #0ADC14
RGB
CMYK
RGB Variations
Color information
#0ADC14 (or 0x0ADC14) is known color: Free Speech Green. HEX triplet: 0A, DC and 14. RGB value is (10,220,20). Sum of RGB (Red+Green+Blue) = 10+220+20=250 (33% of max value = 765). Red value is 10 (4.30% from 255 or 4% from 250); Green value is 220 (86.33% from 255 or 88% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 220 - color contains mainly: green. Hex color #0ADC14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ADC14 is #F523EB. Grayscale: #868686. Windows color (decimal): -16065516 or 1367050. OLE color: 1367050.
HSL color Cylindrical-coordinate representation of color #0ADC14: hue angle of 122.86º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ADC14 is Cyan = 0.95, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 220 | 20 | - |
| CMYK | 0.95 | 0 | 0.91 | 0.14 |
| HSL | 122.86º | 0.91% | 0.45% | - |
| HSV(B) | 122.86º | 0.95% | 0.86% | - |
| XYZ | 25.84 | 51.3 | 9.2 | - |
| YUV | 134.41 | 63.43 | 39.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 220 | 20 | 0.95 | 0 | 0.91 | 0.14 | 122.86 | 0.91 | 0.45 |
| Hex | A | DC | 14 | 5F | 0 | 5B | E | 7B | 5B | 2D |
| Octal | 12 | 334 | 24 | 137 | 0 | 133 | 16 | 173 | 133 | 55 |
| Binary | 1010 | 11011100 | 10100 | 1011111 | 0 | 1011011 | 1110 | 1111011 | 1011011 | 101101 |
Color Harmonies of #0ADC14
Complementary color
Monochromatic Colors of #0ADC14
Black with #0ADC14
Text Example
Text Example
White with #0ADC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADC14; }
p { color: rgb(10,220,20); }
H1.HeaderClassName
{
color: #0ADC14;
}
.AnyTagClassName
{
color: #0ADC14;
}
</style>
background-color css
<style>
a { background-color: #0ADC14; }
a { background-color: rgb(10,220,20); }
div.DivClassName
{
background-color: #0ADC14;
}
.BgClassName
{
background-color: #0ADC14;
}
</style>
border-color css
<style>
span { border-color: #0ADC14; }
span { border-color: rgb(10,220,20); }
td.TdClassName
{
border-color: #0ADC14;
}
.TagClassName
{
border-color: #0ADC14;
}
</style>