Shades of Free Speech Green #0AD91B
Tints of Free Speech Green #0AD91B
RGB
CMYK
RGB Variations
Color information
#0AD91B (or 0x0AD91B) is known color: Free Speech Green. HEX triplet: 0A, D9 and 1B. RGB value is (10,217,27). Sum of RGB (Red+Green+Blue) = 10+217+27=254 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.94% from 254); Green value is 217 (85.16% from 255 or 85.43% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 217 - color contains mainly: green. Hex color #0AD91B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD91B is #F526E4. Grayscale: #868686. Windows color (decimal): -16066277 or 1825034. OLE color: 1825034.
HSL color Cylindrical-coordinate representation of color #0AD91B: hue angle of 124.93º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD91B is Cyan = 0.95, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 217 | 27 | - |
| CMYK | 0.95 | 0 | 0.88 | 0.15 |
| HSL | 124.93º | 0.91% | 0.45% | - |
| HSV(B) | 124.93º | 0.95% | 0.85% | - |
| XYZ | 25.14 | 49.77 | 9.32 | - |
| YUV | 133.45 | 67.92 | 39.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 217 | 27 | 0.95 | 0 | 0.88 | 0.15 | 124.93 | 0.91 | 0.45 |
| Hex | A | D9 | 1B | 5F | 0 | 58 | F | 7D | 5B | 2D |
| Octal | 12 | 331 | 33 | 137 | 0 | 130 | 17 | 175 | 133 | 55 |
| Binary | 1010 | 11011001 | 11011 | 1011111 | 0 | 1011000 | 1111 | 1111101 | 1011011 | 101101 |
Color Harmonies of #0AD91B
Complementary color
Monochromatic Colors of #0AD91B
Black with #0AD91B
Text Example
Text Example
White with #0AD91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD91B; }
p { color: rgb(10,217,27); }
H1.HeaderClassName
{
color: #0AD91B;
}
.AnyTagClassName
{
color: #0AD91B;
}
</style>
background-color css
<style>
a { background-color: #0AD91B; }
a { background-color: rgb(10,217,27); }
div.DivClassName
{
background-color: #0AD91B;
}
.BgClassName
{
background-color: #0AD91B;
}
</style>
border-color css
<style>
span { border-color: #0AD91B; }
span { border-color: rgb(10,217,27); }
td.TdClassName
{
border-color: #0AD91B;
}
.TagClassName
{
border-color: #0AD91B;
}
</style>