Shades of Free Speech Green #09D002
Tints of Free Speech Green #09D002
RGB
CMYK
RGB Variations
Color information
#09D002 (or 0x09D002) is known color: Free Speech Green. HEX triplet: 09, D0 and 02. RGB value is (9,208,2). Sum of RGB (Red+Green+Blue) = 9+208+2=219 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.11% from 219); Green value is 208 (81.64% from 255 or 94.98% from 219); Blue value is 2 (1.17% from 255 or 0.91% from 219); Max value from RGB is 208 - color contains mainly: green. Hex color #09D002 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09D002 is #F62FFD. Grayscale: #7D7D7D. Windows color (decimal): -16134142 or 184329. OLE color: 184329.
HSL color Cylindrical-coordinate representation of color #09D002: hue angle of 117.96º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #09D002 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 9 | 208 | 2 | - |
| CMYK | 0.96 | 0 | 0.99 | 0.18 |
| HSL | 117.96º | 0.98% | 0.41% | - |
| HSV(B) | 117.96º | 0.99% | 0.82% | - |
| XYZ | 22.68 | 45.17 | 7.58 | - |
| YUV | 125.02 | 58.57 | 45.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 208 | 2 | 0.96 | 0 | 0.99 | 0.18 | 117.96 | 0.98 | 0.41 |
| Hex | 9 | D0 | 2 | 60 | 0 | 63 | 12 | 76 | 62 | 29 |
| Octal | 11 | 320 | 2 | 140 | 0 | 143 | 22 | 166 | 142 | 51 |
| Binary | 1001 | 11010000 | 10 | 1100000 | 0 | 1100011 | 10010 | 1110110 | 1100010 | 101001 |
Color Harmonies of #09D002
Complementary color
Monochromatic Colors of #09D002
Black with #09D002
Text Example
Text Example
White with #09D002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D002; }
p { color: rgb(9,208,2); }
H1.HeaderClassName
{
color: #09D002;
}
.AnyTagClassName
{
color: #09D002;
}
</style>
background-color css
<style>
a { background-color: #09D002; }
a { background-color: rgb(9,208,2); }
div.DivClassName
{
background-color: #09D002;
}
.BgClassName
{
background-color: #09D002;
}
</style>
border-color css
<style>
span { border-color: #09D002; }
span { border-color: rgb(9,208,2); }
td.TdClassName
{
border-color: #09D002;
}
.TagClassName
{
border-color: #09D002;
}
</style>