Shades of Free Speech Green #09D502
Tints of Free Speech Green #09D502
RGB
CMYK
RGB Variations
Color information
#09D502 (or 0x09D502) is known color: Free Speech Green. HEX triplet: 09, D5 and 02. RGB value is (9,213,2). Sum of RGB (Red+Green+Blue) = 9+213+2=224 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.02% from 224); Green value is 213 (83.59% from 255 or 95.09% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 213 - color contains mainly: green. Hex color #09D502 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09D502 is #F62AFD. Grayscale: #808080. Windows color (decimal): -16132862 or 185609. OLE color: 185609.
HSL color Cylindrical-coordinate representation of color #09D502: hue angle of 118.01º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #09D502 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 9 | 213 | 2 | - |
| CMYK | 0.96 | 0 | 0.99 | 0.16 |
| HSL | 118.01º | 0.98% | 0.42% | - |
| HSV(B) | 118.01º | 0.99% | 0.84% | - |
| XYZ | 23.92 | 47.65 | 7.99 | - |
| YUV | 127.95 | 56.91 | 43.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 213 | 2 | 0.96 | 0 | 0.99 | 0.16 | 118.01 | 0.98 | 0.42 |
| Hex | 9 | D5 | 2 | 60 | 0 | 63 | 10 | 76 | 62 | 2A |
| Octal | 11 | 325 | 2 | 140 | 0 | 143 | 20 | 166 | 142 | 52 |
| Binary | 1001 | 11010101 | 10 | 1100000 | 0 | 1100011 | 10000 | 1110110 | 1100010 | 101010 |
Color Harmonies of #09D502
Complementary color
Monochromatic Colors of #09D502
Black with #09D502
Text Example
Text Example
White with #09D502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D502; }
p { color: rgb(9,213,2); }
H1.HeaderClassName
{
color: #09D502;
}
.AnyTagClassName
{
color: #09D502;
}
</style>
background-color css
<style>
a { background-color: #09D502; }
a { background-color: rgb(9,213,2); }
div.DivClassName
{
background-color: #09D502;
}
.BgClassName
{
background-color: #09D502;
}
</style>
border-color css
<style>
span { border-color: #09D502; }
span { border-color: rgb(9,213,2); }
td.TdClassName
{
border-color: #09D502;
}
.TagClassName
{
border-color: #09D502;
}
</style>