Shades of Free Speech Green #06EA2C
Tints of Free Speech Green #06EA2C
RGB
CMYK
RGB Variations
Color information
#06EA2C (or 0x06EA2C) is known color: Free Speech Green. HEX triplet: 06, EA and 2C. RGB value is (6,234,44). Sum of RGB (Red+Green+Blue) = 6+234+44=284 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.11% from 284); Green value is 234 (91.80% from 255 or 82.39% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 234 - color contains mainly: green. Hex color #06EA2C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #06EA2C is #F915D3. Grayscale: #909090. Windows color (decimal): -16324052 or 2943494. OLE color: 2943494.
HSL color Cylindrical-coordinate representation of color #06EA2C: hue angle of 130º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06EA2C is Cyan = 0.97, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 6 | 234 | 44 | - |
| CMYK | 0.97 | 0 | 0.81 | 0.08 |
| HSL | 130º | 0.95% | 0.47% | - |
| HSV(B) | 130º | 0.97% | 0.92% | - |
| XYZ | 29.95 | 59.07 | 12.21 | - |
| YUV | 144.17 | 71.46 | 29.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 234 | 44 | 0.97 | 0 | 0.81 | 0.08 | 130 | 0.95 | 0.47 |
| Hex | 6 | EA | 2C | 61 | 0 | 51 | 8 | 82 | 5F | 2F |
| Octal | 6 | 352 | 54 | 141 | 0 | 121 | 10 | 202 | 137 | 57 |
| Binary | 110 | 11101010 | 101100 | 1100001 | 0 | 1010001 | 1000 | 10000010 | 1011111 | 101111 |
Color Harmonies of #06EA2C
Complementary color
Monochromatic Colors of #06EA2C
Black with #06EA2C
Text Example
Text Example
White with #06EA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06EA2C; }
p { color: rgb(6,234,44); }
H1.HeaderClassName
{
color: #06EA2C;
}
.AnyTagClassName
{
color: #06EA2C;
}
</style>
background-color css
<style>
a { background-color: #06EA2C; }
a { background-color: rgb(6,234,44); }
div.DivClassName
{
background-color: #06EA2C;
}
.BgClassName
{
background-color: #06EA2C;
}
</style>
border-color css
<style>
span { border-color: #06EA2C; }
span { border-color: rgb(6,234,44); }
td.TdClassName
{
border-color: #06EA2C;
}
.TagClassName
{
border-color: #06EA2C;
}
</style>