Shades of Free Speech Green #09D30B
Tints of Free Speech Green #09D30B
RGB
CMYK
RGB Variations
Color information
#09D30B (or 0x09D30B) is known color: Free Speech Green. HEX triplet: 09, D3 and 0B. RGB value is (9,211,11). Sum of RGB (Red+Green+Blue) = 9+211+11=231 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.90% from 231); Green value is 211 (82.81% from 255 or 91.34% from 231); Blue value is 11 (4.69% from 255 or 4.76% from 231); Max value from RGB is 211 - color contains mainly: green. Hex color #09D30B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09D30B is #F62CF4. Grayscale: #808080. Windows color (decimal): -16133365 or 774921. OLE color: 774921.
HSL color Cylindrical-coordinate representation of color #09D30B: hue angle of 120.59º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09D30B is Cyan = 0.96, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 9 | 211 | 11 | - |
| CMYK | 0.96 | 0 | 0.95 | 0.17 |
| HSL | 120.59º | 0.92% | 0.43% | - |
| HSV(B) | 120.59º | 0.96% | 0.83% | - |
| XYZ | 23.47 | 46.67 | 8.09 | - |
| YUV | 127.8 | 62.08 | 43.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 211 | 11 | 0.96 | 0 | 0.95 | 0.17 | 120.59 | 0.92 | 0.43 |
| Hex | 9 | D3 | B | 60 | 0 | 5F | 11 | 79 | 5C | 2B |
| Octal | 11 | 323 | 13 | 140 | 0 | 137 | 21 | 171 | 134 | 53 |
| Binary | 1001 | 11010011 | 1011 | 1100000 | 0 | 1011111 | 10001 | 1111001 | 1011100 | 101011 |
Color Harmonies of #09D30B
Complementary color
Monochromatic Colors of #09D30B
Black with #09D30B
Text Example
Text Example
White with #09D30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D30B; }
p { color: rgb(9,211,11); }
H1.HeaderClassName
{
color: #09D30B;
}
.AnyTagClassName
{
color: #09D30B;
}
</style>
background-color css
<style>
a { background-color: #09D30B; }
a { background-color: rgb(9,211,11); }
div.DivClassName
{
background-color: #09D30B;
}
.BgClassName
{
background-color: #09D30B;
}
</style>
border-color css
<style>
span { border-color: #09D30B; }
span { border-color: rgb(9,211,11); }
td.TdClassName
{
border-color: #09D30B;
}
.TagClassName
{
border-color: #09D30B;
}
</style>