Shades of Free Speech Green #0ADF08
Tints of Free Speech Green #0ADF08
RGB
CMYK
RGB Variations
Color information
#0ADF08 (or 0x0ADF08) is known color: Free Speech Green. HEX triplet: 0A, DF and 08. RGB value is (10,223,8). Sum of RGB (Red+Green+Blue) = 10+223+8=241 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.15% from 241); Green value is 223 (87.5% from 255 or 92.53% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 223 - color contains mainly: green. Hex color #0ADF08 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ADF08 is #F520F7. Grayscale: #878787. Windows color (decimal): -16064760 or 581386. OLE color: 581386.
HSL color Cylindrical-coordinate representation of color #0ADF08: hue angle of 119.44º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ADF08 is Cyan = 0.96, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 223 | 8 | - |
| CMYK | 0.96 | 0 | 0.96 | 0.13 |
| HSL | 119.44º | 0.93% | 0.45% | - |
| HSV(B) | 119.44º | 0.96% | 0.87% | - |
| XYZ | 26.56 | 52.86 | 9.03 | - |
| YUV | 134.8 | 56.43 | 38.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 223 | 8 | 0.96 | 0 | 0.96 | 0.13 | 119.44 | 0.93 | 0.45 |
| Hex | A | DF | 8 | 60 | 0 | 60 | D | 77 | 5D | 2D |
| Octal | 12 | 337 | 10 | 140 | 0 | 140 | 15 | 167 | 135 | 55 |
| Binary | 1010 | 11011111 | 1000 | 1100000 | 0 | 1100000 | 1101 | 1110111 | 1011101 | 101101 |
Color Harmonies of #0ADF08
Complementary color
Monochromatic Colors of #0ADF08
Black with #0ADF08
Text Example
Text Example
White with #0ADF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADF08; }
p { color: rgb(10,223,8); }
H1.HeaderClassName
{
color: #0ADF08;
}
.AnyTagClassName
{
color: #0ADF08;
}
</style>
background-color css
<style>
a { background-color: #0ADF08; }
a { background-color: rgb(10,223,8); }
div.DivClassName
{
background-color: #0ADF08;
}
.BgClassName
{
background-color: #0ADF08;
}
</style>
border-color css
<style>
span { border-color: #0ADF08; }
span { border-color: rgb(10,223,8); }
td.TdClassName
{
border-color: #0ADF08;
}
.TagClassName
{
border-color: #0ADF08;
}
</style>