Shades of Bright Green #6AE001
Tints of Bright Green #6AE001
RGB
CMYK
RGB Variations
Color information
#6AE001 (or 0x6AE001) is known color: Bright Green. HEX triplet: 6A, E0 and 01. RGB value is (106,224,1). Sum of RGB (Red+Green+Blue) = 106+224+1=331 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.02% from 331); Green value is 224 (87.89% from 255 or 67.67% from 331); Blue value is 1 (0.78% from 255 or 0.30% from 331); Max value from RGB is 224 - color contains mainly: green. Hex color #6AE001 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AE001 is #951FFE. Grayscale: #A4A4A4. Windows color (decimal): -9773055 or 122986. OLE color: 122986.
HSL color Cylindrical-coordinate representation of color #6AE001: hue angle of 91.75º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6AE001 is Cyan = 0.53, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 106 | 224 | 1 | - |
| CMYK | 0.53 | 0 | 1.00 | 0.12 |
| HSL | 91.75º | 0.99% | 0.44% | - |
| HSV(B) | 91.75º | 1% | 0.88% | - |
| XYZ | 32.6 | 56.38 | 9.19 | - |
| YUV | 163.3 | 36.41 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 224 | 1 | 0.53 | 0 | 1.00 | 0.12 | 91.75 | 0.99 | 0.44 |
| Hex | 6A | E0 | 1 | 35 | 0 | 64 | C | 5C | 63 | 2C |
| Octal | 152 | 340 | 1 | 65 | 0 | 144 | 14 | 134 | 143 | 54 |
| Binary | 1101010 | 11100000 | 1 | 110101 | 0 | 1100100 | 1100 | 1011100 | 1100011 | 101100 |
Color Harmonies of #6AE001
Complementary color
Monochromatic Colors of #6AE001
Black with #6AE001
Text Example
Text Example
White with #6AE001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AE001; }
p { color: rgb(106,224,1); }
H1.HeaderClassName
{
color: #6AE001;
}
.AnyTagClassName
{
color: #6AE001;
}
</style>
background-color css
<style>
a { background-color: #6AE001; }
a { background-color: rgb(106,224,1); }
div.DivClassName
{
background-color: #6AE001;
}
.BgClassName
{
background-color: #6AE001;
}
</style>
border-color css
<style>
span { border-color: #6AE001; }
span { border-color: rgb(106,224,1); }
td.TdClassName
{
border-color: #6AE001;
}
.TagClassName
{
border-color: #6AE001;
}
</style>