Shades of Free Speech Green #09CA04
Tints of Free Speech Green #09CA04
RGB
CMYK
RGB Variations
Color information
#09CA04 (or 0x09CA04) is known color: Free Speech Green. HEX triplet: 09, CA and 04. RGB value is (9,202,4). Sum of RGB (Red+Green+Blue) = 9+202+4=215 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.19% from 215); Green value is 202 (79.30% from 255 or 93.95% from 215); Blue value is 4 (1.95% from 255 or 1.86% from 215); Max value from RGB is 202 - color contains mainly: green. Hex color #09CA04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09CA04 is #F635FB. Grayscale: #7A7A7A. Windows color (decimal): -16135676 or 313865. OLE color: 313865.
HSL color Cylindrical-coordinate representation of color #09CA04: hue angle of 118.48º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #09CA04 is Cyan = 0.96, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 202 | 4 | - |
| CMYK | 0.96 | 0 | 0.98 | 0.21 |
| HSL | 118.48º | 0.96% | 0.4% | - |
| HSV(B) | 118.48º | 0.98% | 0.79% | - |
| XYZ | 21.26 | 42.31 | 7.16 | - |
| YUV | 121.72 | 61.56 | 47.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 202 | 4 | 0.96 | 0 | 0.98 | 0.21 | 118.48 | 0.96 | 0.4 |
| Hex | 9 | CA | 4 | 60 | 0 | 62 | 15 | 76 | 60 | 28 |
| Octal | 11 | 312 | 4 | 140 | 0 | 142 | 25 | 166 | 140 | 50 |
| Binary | 1001 | 11001010 | 100 | 1100000 | 0 | 1100010 | 10101 | 1110110 | 1100000 | 101000 |
Color Harmonies of #09CA04
Complementary color
Monochromatic Colors of #09CA04
Black with #09CA04
Text Example
Text Example
White with #09CA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CA04; }
p { color: rgb(9,202,4); }
H1.HeaderClassName
{
color: #09CA04;
}
.AnyTagClassName
{
color: #09CA04;
}
</style>
background-color css
<style>
a { background-color: #09CA04; }
a { background-color: rgb(9,202,4); }
div.DivClassName
{
background-color: #09CA04;
}
.BgClassName
{
background-color: #09CA04;
}
</style>
border-color css
<style>
span { border-color: #09CA04; }
span { border-color: rgb(9,202,4); }
td.TdClassName
{
border-color: #09CA04;
}
.TagClassName
{
border-color: #09CA04;
}
</style>