Shades of Free Speech Green #06CE02
Tints of Free Speech Green #06CE02
RGB
CMYK
RGB Variations
Color information
#06CE02 (or 0x06CE02) is known color: Free Speech Green. HEX triplet: 06, CE and 02. RGB value is (6,206,2). Sum of RGB (Red+Green+Blue) = 6+206+2=214 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.80% from 214); Green value is 206 (80.86% from 255 or 96.26% from 214); Blue value is 2 (1.17% from 255 or 0.93% from 214); Max value from RGB is 206 - color contains mainly: green. Hex color #06CE02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06CE02 is #F931FD. Grayscale: #7B7B7B. Windows color (decimal): -16331262 or 183814. OLE color: 183814.
HSL color Cylindrical-coordinate representation of color #06CE02: hue angle of 118.82º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #06CE02 is Cyan = 0.97, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 6 | 206 | 2 | - |
| CMYK | 0.97 | 0 | 0.99 | 0.19 |
| HSL | 118.82º | 0.98% | 0.41% | - |
| HSV(B) | 118.82º | 0.99% | 0.81% | - |
| XYZ | 22.16 | 44.19 | 7.42 | - |
| YUV | 122.94 | 59.74 | 44.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 206 | 2 | 0.97 | 0 | 0.99 | 0.19 | 118.82 | 0.98 | 0.41 |
| Hex | 6 | CE | 2 | 61 | 0 | 63 | 13 | 77 | 62 | 29 |
| Octal | 6 | 316 | 2 | 141 | 0 | 143 | 23 | 167 | 142 | 51 |
| Binary | 110 | 11001110 | 10 | 1100001 | 0 | 1100011 | 10011 | 1110111 | 1100010 | 101001 |
Color Harmonies of #06CE02
Complementary color
Monochromatic Colors of #06CE02
Black with #06CE02
Text Example
Text Example
White with #06CE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06CE02; }
p { color: rgb(6,206,2); }
H1.HeaderClassName
{
color: #06CE02;
}
.AnyTagClassName
{
color: #06CE02;
}
</style>
background-color css
<style>
a { background-color: #06CE02; }
a { background-color: rgb(6,206,2); }
div.DivClassName
{
background-color: #06CE02;
}
.BgClassName
{
background-color: #06CE02;
}
</style>
border-color css
<style>
span { border-color: #06CE02; }
span { border-color: rgb(6,206,2); }
td.TdClassName
{
border-color: #06CE02;
}
.TagClassName
{
border-color: #06CE02;
}
</style>