Shades of Free Speech Green #0AD61A
Tints of Free Speech Green #0AD61A
RGB
CMYK
RGB Variations
Color information
#0AD61A (or 0x0AD61A) is known color: Free Speech Green. HEX triplet: 0A, D6 and 1A. RGB value is (10,214,26). Sum of RGB (Red+Green+Blue) = 10+214+26=250 (33% of max value = 765). Red value is 10 (4.30% from 255 or 4% from 250); Green value is 214 (83.98% from 255 or 85.6% from 250); Blue value is 26 (10.55% from 255 or 10.4% from 250); Max value from RGB is 214 - color contains mainly: green. Hex color #0AD61A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD61A is #F529E5. Grayscale: #848484. Windows color (decimal): -16067046 or 1758730. OLE color: 1758730.
HSL color Cylindrical-coordinate representation of color #0AD61A: hue angle of 124.71º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD61A is Cyan = 0.95, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 214 | 26 | - |
| CMYK | 0.95 | 0 | 0.88 | 0.16 |
| HSL | 124.71º | 0.91% | 0.44% | - |
| HSV(B) | 124.71º | 0.95% | 0.84% | - |
| XYZ | 24.36 | 48.23 | 9 | - |
| YUV | 131.57 | 68.41 | 41.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 214 | 26 | 0.95 | 0 | 0.88 | 0.16 | 124.71 | 0.91 | 0.44 |
| Hex | A | D6 | 1A | 5F | 0 | 58 | 10 | 7D | 5B | 2C |
| Octal | 12 | 326 | 32 | 137 | 0 | 130 | 20 | 175 | 133 | 54 |
| Binary | 1010 | 11010110 | 11010 | 1011111 | 0 | 1011000 | 10000 | 1111101 | 1011011 | 101100 |
Color Harmonies of #0AD61A
Complementary color
Monochromatic Colors of #0AD61A
Black with #0AD61A
Text Example
Text Example
White with #0AD61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD61A; }
p { color: rgb(10,214,26); }
H1.HeaderClassName
{
color: #0AD61A;
}
.AnyTagClassName
{
color: #0AD61A;
}
</style>
background-color css
<style>
a { background-color: #0AD61A; }
a { background-color: rgb(10,214,26); }
div.DivClassName
{
background-color: #0AD61A;
}
.BgClassName
{
background-color: #0AD61A;
}
</style>
border-color css
<style>
span { border-color: #0AD61A; }
span { border-color: rgb(10,214,26); }
td.TdClassName
{
border-color: #0AD61A;
}
.TagClassName
{
border-color: #0AD61A;
}
</style>