Shades of Free Speech Green #0AD302
Tints of Free Speech Green #0AD302
RGB
CMYK
RGB Variations
Color information
#0AD302 (or 0x0AD302) is known color: Free Speech Green. HEX triplet: 0A, D3 and 02. RGB value is (10,211,2). Sum of RGB (Red+Green+Blue) = 10+211+2=223 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.48% from 223); Green value is 211 (82.81% from 255 or 94.62% from 223); Blue value is 2 (1.17% from 255 or 0.90% from 223); Max value from RGB is 211 - color contains mainly: green. Hex color #0AD302 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AD302 is #F52CFD. Grayscale: #7F7F7F. Windows color (decimal): -16067838 or 185098. OLE color: 185098.
HSL color Cylindrical-coordinate representation of color #0AD302: hue angle of 117.7º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0AD302 is Cyan = 0.95, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 10 | 211 | 2 | - |
| CMYK | 0.95 | 0 | 0.99 | 0.17 |
| HSL | 117.7º | 0.98% | 0.42% | - |
| HSV(B) | 117.7º | 0.99% | 0.83% | - |
| XYZ | 23.43 | 46.66 | 7.83 | - |
| YUV | 127.08 | 57.41 | 44.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 211 | 2 | 0.95 | 0 | 0.99 | 0.17 | 117.7 | 0.98 | 0.42 |
| Hex | A | D3 | 2 | 5F | 0 | 63 | 11 | 76 | 62 | 2A |
| Octal | 12 | 323 | 2 | 137 | 0 | 143 | 21 | 166 | 142 | 52 |
| Binary | 1010 | 11010011 | 10 | 1011111 | 0 | 1100011 | 10001 | 1110110 | 1100010 | 101010 |
Color Harmonies of #0AD302
Complementary color
Monochromatic Colors of #0AD302
Black with #0AD302
Text Example
Text Example
White with #0AD302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD302; }
p { color: rgb(10,211,2); }
H1.HeaderClassName
{
color: #0AD302;
}
.AnyTagClassName
{
color: #0AD302;
}
</style>
background-color css
<style>
a { background-color: #0AD302; }
a { background-color: rgb(10,211,2); }
div.DivClassName
{
background-color: #0AD302;
}
.BgClassName
{
background-color: #0AD302;
}
</style>
border-color css
<style>
span { border-color: #0AD302; }
span { border-color: rgb(10,211,2); }
td.TdClassName
{
border-color: #0AD302;
}
.TagClassName
{
border-color: #0AD302;
}
</style>