Shades of Bright Green #6AE00A
Tints of Bright Green #6AE00A
RGB
CMYK
RGB Variations
Color information
#6AE00A (or 0x6AE00A) is known color: Bright Green. HEX triplet: 6A, E0 and 0A. RGB value is (106,224,10). Sum of RGB (Red+Green+Blue) = 106+224+10=340 (45% of max value = 765). Red value is 106 (41.80% from 255 or 31.18% from 340); Green value is 224 (87.89% from 255 or 65.88% from 340); Blue value is 10 (4.30% from 255 or 2.94% from 340); Max value from RGB is 224 - color contains mainly: green. Hex color #6AE00A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AE00A is #951FF5. Grayscale: #A5A5A5. Windows color (decimal): -9773046 or 712810. OLE color: 712810.
HSL color Cylindrical-coordinate representation of color #6AE00A: hue angle of 93.08º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6AE00A is Cyan = 0.53, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 106 | 224 | 10 | - |
| CMYK | 0.53 | 0 | 0.96 | 0.12 |
| HSL | 93.08º | 0.91% | 0.46% | - |
| HSV(B) | 93.08º | 0.96% | 0.88% | - |
| XYZ | 32.65 | 56.4 | 9.45 | - |
| YUV | 164.32 | 40.91 | 86.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 224 | 10 | 0.53 | 0 | 0.96 | 0.12 | 93.08 | 0.91 | 0.46 |
| Hex | 6A | E0 | A | 35 | 0 | 60 | C | 5D | 5B | 2E |
| Octal | 152 | 340 | 12 | 65 | 0 | 140 | 14 | 135 | 133 | 56 |
| Binary | 1101010 | 11100000 | 1010 | 110101 | 0 | 1100000 | 1100 | 1011101 | 1011011 | 101110 |
Color Harmonies of #6AE00A
Complementary color
Monochromatic Colors of #6AE00A
Black with #6AE00A
Text Example
Text Example
White with #6AE00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AE00A; }
p { color: rgb(106,224,10); }
H1.HeaderClassName
{
color: #6AE00A;
}
.AnyTagClassName
{
color: #6AE00A;
}
</style>
background-color css
<style>
a { background-color: #6AE00A; }
a { background-color: rgb(106,224,10); }
div.DivClassName
{
background-color: #6AE00A;
}
.BgClassName
{
background-color: #6AE00A;
}
</style>
border-color css
<style>
span { border-color: #6AE00A; }
span { border-color: rgb(106,224,10); }
td.TdClassName
{
border-color: #6AE00A;
}
.TagClassName
{
border-color: #6AE00A;
}
</style>