Shades of Free Speech Green #03D90A
Tints of Free Speech Green #03D90A
RGB
CMYK
RGB Variations
Color information
#03D90A (or 0x03D90A) is known color: Free Speech Green. HEX triplet: 03, D9 and 0A. RGB value is (3,217,10). Sum of RGB (Red+Green+Blue) = 3+217+10=230 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 230); Green value is 217 (85.16% from 255 or 94.35% from 230); Blue value is 10 (4.30% from 255 or 4.35% from 230); Max value from RGB is 217 - color contains mainly: green. Hex color #03D90A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03D90A is #FC26F5. Grayscale: #828282. Windows color (decimal): -16525046 or 710915. OLE color: 710915.
HSL color Cylindrical-coordinate representation of color #03D90A: hue angle of 121.96º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D90A is Cyan = 0.99, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 3 | 217 | 10 | - |
| CMYK | 0.99 | 0 | 0.95 | 0.15 |
| HSL | 121.96º | 0.97% | 0.43% | - |
| HSV(B) | 121.96º | 0.99% | 0.85% | - |
| XYZ | 24.91 | 49.67 | 8.56 | - |
| YUV | 129.42 | 60.6 | 37.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 217 | 10 | 0.99 | 0 | 0.95 | 0.15 | 121.96 | 0.97 | 0.43 |
| Hex | 3 | D9 | A | 63 | 0 | 5F | F | 7A | 61 | 2B |
| Octal | 3 | 331 | 12 | 143 | 0 | 137 | 17 | 172 | 141 | 53 |
| Binary | 11 | 11011001 | 1010 | 1100011 | 0 | 1011111 | 1111 | 1111010 | 1100001 | 101011 |
Color Harmonies of #03D90A
Complementary color
Monochromatic Colors of #03D90A
Black with #03D90A
Text Example
Text Example
White with #03D90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D90A; }
p { color: rgb(3,217,10); }
H1.HeaderClassName
{
color: #03D90A;
}
.AnyTagClassName
{
color: #03D90A;
}
</style>
background-color css
<style>
a { background-color: #03D90A; }
a { background-color: rgb(3,217,10); }
div.DivClassName
{
background-color: #03D90A;
}
.BgClassName
{
background-color: #03D90A;
}
</style>
border-color css
<style>
span { border-color: #03D90A; }
span { border-color: rgb(3,217,10); }
td.TdClassName
{
border-color: #03D90A;
}
.TagClassName
{
border-color: #03D90A;
}
</style>