Shades of Bright Green #6AE30F
Tints of Bright Green #6AE30F
RGB
CMYK
RGB Variations
Color information
#6AE30F (or 0x6AE30F) is known color: Bright Green. HEX triplet: 6A, E3 and 0F. RGB value is (106,227,15). Sum of RGB (Red+Green+Blue) = 106+227+15=348 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.46% from 348); Green value is 227 (89.06% from 255 or 65.23% from 348); Blue value is 15 (6.25% from 255 or 4.31% from 348); Max value from RGB is 227 - color contains mainly: green. Hex color #6AE30F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AE30F is #951CF0. Grayscale: #A7A7A7. Windows color (decimal): -9772273 or 1041258. OLE color: 1041258.
HSL color Cylindrical-coordinate representation of color #6AE30F: hue angle of 94.25º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6AE30F is Cyan = 0.53, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 106 | 227 | 15 | - |
| CMYK | 0.53 | 0 | 0.93 | 0.11 |
| HSL | 94.25º | 0.88% | 0.47% | - |
| HSV(B) | 94.25º | 0.93% | 0.89% | - |
| XYZ | 33.5 | 58.04 | 9.89 | - |
| YUV | 166.65 | 42.41 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 227 | 15 | 0.53 | 0 | 0.93 | 0.11 | 94.25 | 0.88 | 0.47 |
| Hex | 6A | E3 | F | 35 | 0 | 5D | B | 5E | 58 | 2F |
| Octal | 152 | 343 | 17 | 65 | 0 | 135 | 13 | 136 | 130 | 57 |
| Binary | 1101010 | 11100011 | 1111 | 110101 | 0 | 1011101 | 1011 | 1011110 | 1011000 | 101111 |
Color Harmonies of #6AE30F
Complementary color
Monochromatic Colors of #6AE30F
Black with #6AE30F
Text Example
Text Example
White with #6AE30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AE30F; }
p { color: rgb(106,227,15); }
H1.HeaderClassName
{
color: #6AE30F;
}
.AnyTagClassName
{
color: #6AE30F;
}
</style>
background-color css
<style>
a { background-color: #6AE30F; }
a { background-color: rgb(106,227,15); }
div.DivClassName
{
background-color: #6AE30F;
}
.BgClassName
{
background-color: #6AE30F;
}
</style>
border-color css
<style>
span { border-color: #6AE30F; }
span { border-color: rgb(106,227,15); }
td.TdClassName
{
border-color: #6AE30F;
}
.TagClassName
{
border-color: #6AE30F;
}
</style>