Shades of Free Speech Green #0AD51B
Tints of Free Speech Green #0AD51B
RGB
CMYK
RGB Variations
Color information
#0AD51B (or 0x0AD51B) is known color: Free Speech Green. HEX triplet: 0A, D5 and 1B. RGB value is (10,213,27). Sum of RGB (Red+Green+Blue) = 10+213+27=250 (33% of max value = 765). Red value is 10 (4.30% from 255 or 4% from 250); Green value is 213 (83.59% from 255 or 85.2% from 250); Blue value is 27 (10.94% from 255 or 10.8% from 250); Max value from RGB is 213 - color contains mainly: green. Hex color #0AD51B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD51B is #F52AE4. Grayscale: #838383. Windows color (decimal): -16067301 or 1824010. OLE color: 1824010.
HSL color Cylindrical-coordinate representation of color #0AD51B: hue angle of 125.02º 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 #0AD51B is Cyan = 0.95, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 213 | 27 | - |
| CMYK | 0.95 | 0 | 0.87 | 0.16 |
| HSL | 125.02º | 0.91% | 0.44% | - |
| HSV(B) | 125.02º | 0.95% | 0.84% | - |
| XYZ | 24.12 | 47.73 | 8.98 | - |
| YUV | 131.1 | 69.25 | 41.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 213 | 27 | 0.95 | 0 | 0.87 | 0.16 | 125.02 | 0.91 | 0.44 |
| Hex | A | D5 | 1B | 5F | 0 | 57 | 10 | 7D | 5B | 2C |
| Octal | 12 | 325 | 33 | 137 | 0 | 127 | 20 | 175 | 133 | 54 |
| Binary | 1010 | 11010101 | 11011 | 1011111 | 0 | 1010111 | 10000 | 1111101 | 1011011 | 101100 |
Color Harmonies of #0AD51B
Complementary color
Monochromatic Colors of #0AD51B
Black with #0AD51B
Text Example
Text Example
White with #0AD51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD51B; }
p { color: rgb(10,213,27); }
H1.HeaderClassName
{
color: #0AD51B;
}
.AnyTagClassName
{
color: #0AD51B;
}
</style>
background-color css
<style>
a { background-color: #0AD51B; }
a { background-color: rgb(10,213,27); }
div.DivClassName
{
background-color: #0AD51B;
}
.BgClassName
{
background-color: #0AD51B;
}
</style>
border-color css
<style>
span { border-color: #0AD51B; }
span { border-color: rgb(10,213,27); }
td.TdClassName
{
border-color: #0AD51B;
}
.TagClassName
{
border-color: #0AD51B;
}
</style>