Shades of Free Speech Green #06E319
Tints of Free Speech Green #06E319
RGB
CMYK
RGB Variations
Color information
#06E319 (or 0x06E319) is known color: Free Speech Green. HEX triplet: 06, E3 and 19. RGB value is (6,227,25). Sum of RGB (Red+Green+Blue) = 6+227+25=258 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 258); Green value is 227 (89.06% from 255 or 87.98% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 227 - color contains mainly: green. Hex color #06E319 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06E319 is #F91CE6. Grayscale: #8A8A8A. Windows color (decimal): -16325863 or 1696518. OLE color: 1696518.
HSL color Cylindrical-coordinate representation of color #06E319: hue angle of 125.16º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06E319 is Cyan = 0.97, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 6 | 227 | 25 | - |
| CMYK | 0.97 | 0 | 0.89 | 0.11 |
| HSL | 125.16º | 0.95% | 0.46% | - |
| HSV(B) | 125.16º | 0.97% | 0.89% | - |
| XYZ | 27.72 | 55.05 | 10.08 | - |
| YUV | 137.89 | 64.28 | 33.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 227 | 25 | 0.97 | 0 | 0.89 | 0.11 | 125.16 | 0.95 | 0.46 |
| Hex | 6 | E3 | 19 | 61 | 0 | 59 | B | 7D | 5F | 2E |
| Octal | 6 | 343 | 31 | 141 | 0 | 131 | 13 | 175 | 137 | 56 |
| Binary | 110 | 11100011 | 11001 | 1100001 | 0 | 1011001 | 1011 | 1111101 | 1011111 | 101110 |
Color Harmonies of #06E319
Complementary color
Monochromatic Colors of #06E319
Black with #06E319
Text Example
Text Example
White with #06E319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06E319; }
p { color: rgb(6,227,25); }
H1.HeaderClassName
{
color: #06E319;
}
.AnyTagClassName
{
color: #06E319;
}
</style>
background-color css
<style>
a { background-color: #06E319; }
a { background-color: rgb(6,227,25); }
div.DivClassName
{
background-color: #06E319;
}
.BgClassName
{
background-color: #06E319;
}
</style>
border-color css
<style>
span { border-color: #06E319; }
span { border-color: rgb(6,227,25); }
td.TdClassName
{
border-color: #06E319;
}
.TagClassName
{
border-color: #06E319;
}
</style>