Shades of Free Speech Green #0ADC05
Tints of Free Speech Green #0ADC05
RGB
CMYK
RGB Variations
Color information
#0ADC05 (or 0x0ADC05) is known color: Free Speech Green. HEX triplet: 0A, DC and 05. RGB value is (10,220,5). Sum of RGB (Red+Green+Blue) = 10+220+5=235 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.26% from 235); Green value is 220 (86.33% from 255 or 93.62% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 220 - color contains mainly: green. Hex color #0ADC05 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ADC05 is #F523FA. Grayscale: #858585. Windows color (decimal): -16065531 or 384010. OLE color: 384010.
HSL color Cylindrical-coordinate representation of color #0ADC05: hue angle of 118.6º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0ADC05 is Cyan = 0.95, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 220 | 5 | - |
| CMYK | 0.95 | 0 | 0.98 | 0.14 |
| HSL | 118.6º | 0.96% | 0.44% | - |
| HSV(B) | 118.6º | 0.98% | 0.86% | - |
| XYZ | 25.75 | 51.26 | 8.68 | - |
| YUV | 132.7 | 55.93 | 40.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 220 | 5 | 0.95 | 0 | 0.98 | 0.14 | 118.6 | 0.96 | 0.44 |
| Hex | A | DC | 5 | 5F | 0 | 62 | E | 77 | 60 | 2C |
| Octal | 12 | 334 | 5 | 137 | 0 | 142 | 16 | 167 | 140 | 54 |
| Binary | 1010 | 11011100 | 101 | 1011111 | 0 | 1100010 | 1110 | 1110111 | 1100000 | 101100 |
Color Harmonies of #0ADC05
Complementary color
Monochromatic Colors of #0ADC05
Black with #0ADC05
Text Example
Text Example
White with #0ADC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADC05; }
p { color: rgb(10,220,5); }
H1.HeaderClassName
{
color: #0ADC05;
}
.AnyTagClassName
{
color: #0ADC05;
}
</style>
background-color css
<style>
a { background-color: #0ADC05; }
a { background-color: rgb(10,220,5); }
div.DivClassName
{
background-color: #0ADC05;
}
.BgClassName
{
background-color: #0ADC05;
}
</style>
border-color css
<style>
span { border-color: #0ADC05; }
span { border-color: rgb(10,220,5); }
td.TdClassName
{
border-color: #0ADC05;
}
.TagClassName
{
border-color: #0ADC05;
}
</style>