Shades of Bright Green #6AE50C
Tints of Bright Green #6AE50C
RGB
CMYK
RGB Variations
Color information
#6AE50C (or 0x6AE50C) is known color: Bright Green. HEX triplet: 6A, E5 and 0C. RGB value is (106,229,12). Sum of RGB (Red+Green+Blue) = 106+229+12=347 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.55% from 347); Green value is 229 (89.84% from 255 or 65.99% from 347); Blue value is 12 (5.08% from 255 or 3.46% from 347); Max value from RGB is 229 - color contains mainly: green. Hex color #6AE50C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AE50C is #951AF3. Grayscale: #A8A8A8. Windows color (decimal): -9771764 or 845162. OLE color: 845162.
HSL color Cylindrical-coordinate representation of color #6AE50C: hue angle of 94.01º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6AE50C is Cyan = 0.54, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 106 | 229 | 12 | - |
| CMYK | 0.54 | 0 | 0.95 | 0.10 |
| HSL | 94.01º | 0.9% | 0.47% | - |
| HSV(B) | 94.01º | 0.95% | 0.9% | - |
| XYZ | 34.03 | 59.13 | 9.97 | - |
| YUV | 167.49 | 40.25 | 84.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 229 | 12 | 0.54 | 0 | 0.95 | 0.10 | 94.01 | 0.9 | 0.47 |
| Hex | 6A | E5 | C | 36 | 0 | 5F | A | 5E | 5A | 2F |
| Octal | 152 | 345 | 14 | 66 | 0 | 137 | 12 | 136 | 132 | 57 |
| Binary | 1101010 | 11100101 | 1100 | 110110 | 0 | 1011111 | 1010 | 1011110 | 1011010 | 101111 |
Color Harmonies of #6AE50C
Complementary color
Monochromatic Colors of #6AE50C
Black with #6AE50C
Text Example
Text Example
White with #6AE50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AE50C; }
p { color: rgb(106,229,12); }
H1.HeaderClassName
{
color: #6AE50C;
}
.AnyTagClassName
{
color: #6AE50C;
}
</style>
background-color css
<style>
a { background-color: #6AE50C; }
a { background-color: rgb(106,229,12); }
div.DivClassName
{
background-color: #6AE50C;
}
.BgClassName
{
background-color: #6AE50C;
}
</style>
border-color css
<style>
span { border-color: #6AE50C; }
span { border-color: rgb(106,229,12); }
td.TdClassName
{
border-color: #6AE50C;
}
.TagClassName
{
border-color: #6AE50C;
}
</style>