Shades of Free Speech Green #0AED17
Tints of Free Speech Green #0AED17
RGB
CMYK
RGB Variations
Color information
#0AED17 (or 0x0AED17) is known color: Free Speech Green. HEX triplet: 0A, ED and 17. RGB value is (10,237,23). Sum of RGB (Red+Green+Blue) = 10+237+23=270 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.70% from 270); Green value is 237 (92.97% from 255 or 87.78% from 270); Blue value is 23 (9.38% from 255 or 8.52% from 270); Max value from RGB is 237 - color contains mainly: green. Hex color #0AED17 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AED17 is #F512E8. Grayscale: #919191. Windows color (decimal): -16061161 or 1568010. OLE color: 1568010.
HSL color Cylindrical-coordinate representation of color #0AED17: hue angle of 123.44º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AED17 is Cyan = 0.96, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 10 | 237 | 23 | - |
| CMYK | 0.96 | 0 | 0.90 | 0.07 |
| HSL | 123.44º | 0.92% | 0.48% | - |
| HSV(B) | 123.44º | 0.96% | 0.93% | - |
| XYZ | 30.56 | 60.69 | 10.91 | - |
| YUV | 144.73 | 59.29 | 31.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 237 | 23 | 0.96 | 0 | 0.90 | 0.07 | 123.44 | 0.92 | 0.48 |
| Hex | A | ED | 17 | 60 | 0 | 5A | 7 | 7B | 5C | 30 |
| Octal | 12 | 355 | 27 | 140 | 0 | 132 | 7 | 173 | 134 | 60 |
| Binary | 1010 | 11101101 | 10111 | 1100000 | 0 | 1011010 | 111 | 1111011 | 1011100 | 110000 |
Color Harmonies of #0AED17
Complementary color
Monochromatic Colors of #0AED17
Black with #0AED17
Text Example
Text Example
White with #0AED17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AED17; }
p { color: rgb(10,237,23); }
H1.HeaderClassName
{
color: #0AED17;
}
.AnyTagClassName
{
color: #0AED17;
}
</style>
background-color css
<style>
a { background-color: #0AED17; }
a { background-color: rgb(10,237,23); }
div.DivClassName
{
background-color: #0AED17;
}
.BgClassName
{
background-color: #0AED17;
}
</style>
border-color css
<style>
span { border-color: #0AED17; }
span { border-color: rgb(10,237,23); }
td.TdClassName
{
border-color: #0AED17;
}
.TagClassName
{
border-color: #0AED17;
}
</style>