Shades of Free Speech Green #0AD31B
Tints of Free Speech Green #0AD31B
RGB
CMYK
RGB Variations
Color information
#0AD31B (or 0x0AD31B) is known color: Free Speech Green. HEX triplet: 0A, D3 and 1B. RGB value is (10,211,27). Sum of RGB (Red+Green+Blue) = 10+211+27=248 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.03% from 248); Green value is 211 (82.81% from 255 or 85.08% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 211 - color contains mainly: green. Hex color #0AD31B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD31B is #F52CE4. Grayscale: #828282. Windows color (decimal): -16067813 or 1823498. OLE color: 1823498.
HSL color Cylindrical-coordinate representation of color #0AD31B: hue angle of 125.07º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD31B is Cyan = 0.95, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 10 | 211 | 27 | - |
| CMYK | 0.95 | 0 | 0.87 | 0.17 |
| HSL | 125.07º | 0.91% | 0.43% | - |
| HSV(B) | 125.07º | 0.95% | 0.83% | - |
| XYZ | 23.62 | 46.73 | 8.81 | - |
| YUV | 129.93 | 69.91 | 42.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 211 | 27 | 0.95 | 0 | 0.87 | 0.17 | 125.07 | 0.91 | 0.43 |
| Hex | A | D3 | 1B | 5F | 0 | 57 | 11 | 7D | 5B | 2B |
| Octal | 12 | 323 | 33 | 137 | 0 | 127 | 21 | 175 | 133 | 53 |
| Binary | 1010 | 11010011 | 11011 | 1011111 | 0 | 1010111 | 10001 | 1111101 | 1011011 | 101011 |
Color Harmonies of #0AD31B
Complementary color
Monochromatic Colors of #0AD31B
Black with #0AD31B
Text Example
Text Example
White with #0AD31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD31B; }
p { color: rgb(10,211,27); }
H1.HeaderClassName
{
color: #0AD31B;
}
.AnyTagClassName
{
color: #0AD31B;
}
</style>
background-color css
<style>
a { background-color: #0AD31B; }
a { background-color: rgb(10,211,27); }
div.DivClassName
{
background-color: #0AD31B;
}
.BgClassName
{
background-color: #0AD31B;
}
</style>
border-color css
<style>
span { border-color: #0AD31B; }
span { border-color: rgb(10,211,27); }
td.TdClassName
{
border-color: #0AD31B;
}
.TagClassName
{
border-color: #0AD31B;
}
</style>