Shades of Free Speech Green #09D403
Tints of Free Speech Green #09D403
RGB
CMYK
RGB Variations
Color information
#09D403 (or 0x09D403) is known color: Free Speech Green. HEX triplet: 09, D4 and 03. RGB value is (9,212,3). Sum of RGB (Red+Green+Blue) = 9+212+3=224 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.02% from 224); Green value is 212 (83.20% from 255 or 94.64% from 224); Blue value is 3 (1.56% from 255 or 1.34% from 224); Max value from RGB is 212 - color contains mainly: green. Hex color #09D403 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09D403 is #F62BFC. Grayscale: #808080. Windows color (decimal): -16133117 or 250889. OLE color: 250889.
HSL color Cylindrical-coordinate representation of color #09D403: hue angle of 118.28º degrees, saturation: 0.97, 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 #09D403 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 9 | 212 | 3 | - |
| CMYK | 0.96 | 0 | 0.99 | 0.17 |
| HSL | 118.28º | 0.97% | 0.42% | - |
| HSV(B) | 118.28º | 0.99% | 0.83% | - |
| XYZ | 23.67 | 47.15 | 7.94 | - |
| YUV | 127.48 | 57.75 | 43.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 212 | 3 | 0.96 | 0 | 0.99 | 0.17 | 118.28 | 0.97 | 0.42 |
| Hex | 9 | D4 | 3 | 60 | 0 | 63 | 11 | 76 | 61 | 2A |
| Octal | 11 | 324 | 3 | 140 | 0 | 143 | 21 | 166 | 141 | 52 |
| Binary | 1001 | 11010100 | 11 | 1100000 | 0 | 1100011 | 10001 | 1110110 | 1100001 | 101010 |
Color Harmonies of #09D403
Complementary color
Monochromatic Colors of #09D403
Black with #09D403
Text Example
Text Example
White with #09D403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D403; }
p { color: rgb(9,212,3); }
H1.HeaderClassName
{
color: #09D403;
}
.AnyTagClassName
{
color: #09D403;
}
</style>
background-color css
<style>
a { background-color: #09D403; }
a { background-color: rgb(9,212,3); }
div.DivClassName
{
background-color: #09D403;
}
.BgClassName
{
background-color: #09D403;
}
</style>
border-color css
<style>
span { border-color: #09D403; }
span { border-color: rgb(9,212,3); }
td.TdClassName
{
border-color: #09D403;
}
.TagClassName
{
border-color: #09D403;
}
</style>