Shades of Free Speech Green #09C80D
Tints of Free Speech Green #09C80D
RGB
CMYK
RGB Variations
Color information
#09C80D (or 0x09C80D) is known color: Free Speech Green. HEX triplet: 09, C8 and 0D. RGB value is (9,200,13). Sum of RGB (Red+Green+Blue) = 9+200+13=222 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.05% from 222); Green value is 200 (78.52% from 255 or 90.09% from 222); Blue value is 13 (5.47% from 255 or 5.86% from 222); Max value from RGB is 200 - color contains mainly: green. Hex color #09C80D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09C80D is #F637F2. Grayscale: #7A7A7A. Windows color (decimal): -16136179 or 903177. OLE color: 903177.
HSL color Cylindrical-coordinate representation of color #09C80D: hue angle of 121.26º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09C80D is Cyan = 0.96, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 9 | 200 | 13 | - |
| CMYK | 0.96 | 0 | 0.94 | 0.22 |
| HSL | 121.26º | 0.91% | 0.41% | - |
| HSV(B) | 121.26º | 0.96% | 0.78% | - |
| XYZ | 20.84 | 41.4 | 7.27 | - |
| YUV | 121.57 | 66.72 | 47.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 200 | 13 | 0.96 | 0 | 0.94 | 0.22 | 121.26 | 0.91 | 0.41 |
| Hex | 9 | C8 | D | 60 | 0 | 5E | 16 | 79 | 5B | 29 |
| Octal | 11 | 310 | 15 | 140 | 0 | 136 | 26 | 171 | 133 | 51 |
| Binary | 1001 | 11001000 | 1101 | 1100000 | 0 | 1011110 | 10110 | 1111001 | 1011011 | 101001 |
Color Harmonies of #09C80D
Complementary color
Monochromatic Colors of #09C80D
Black with #09C80D
Text Example
Text Example
White with #09C80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C80D; }
p { color: rgb(9,200,13); }
H1.HeaderClassName
{
color: #09C80D;
}
.AnyTagClassName
{
color: #09C80D;
}
</style>
background-color css
<style>
a { background-color: #09C80D; }
a { background-color: rgb(9,200,13); }
div.DivClassName
{
background-color: #09C80D;
}
.BgClassName
{
background-color: #09C80D;
}
</style>
border-color css
<style>
span { border-color: #09C80D; }
span { border-color: rgb(9,200,13); }
td.TdClassName
{
border-color: #09C80D;
}
.TagClassName
{
border-color: #09C80D;
}
</style>