Shades of Bright Green #6AEC0D
Tints of Bright Green #6AEC0D
RGB
CMYK
RGB Variations
Color information
#6AEC0D (or 0x6AEC0D) is known color: Bright Green. HEX triplet: 6A, EC and 0D. RGB value is (106,236,13). Sum of RGB (Red+Green+Blue) = 106+236+13=355 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.86% from 355); Green value is 236 (92.58% from 255 or 66.48% from 355); Blue value is 13 (5.47% from 255 or 3.66% from 355); Max value from RGB is 236 - color contains mainly: green. Hex color #6AEC0D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AEC0D is #9513F2. Grayscale: #ACACAC. Windows color (decimal): -9769971 or 912490. OLE color: 912490.
HSL color Cylindrical-coordinate representation of color #6AEC0D: hue angle of 94.98º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6AEC0D is Cyan = 0.55, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 236 | 13 | - |
| CMYK | 0.55 | 0 | 0.94 | 0.07 |
| HSL | 94.98º | 0.9% | 0.49% | - |
| HSV(B) | 94.98º | 0.94% | 0.93% | - |
| XYZ | 36.01 | 63.08 | 10.66 | - |
| YUV | 171.71 | 38.43 | 81.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 236 | 13 | 0.55 | 0 | 0.94 | 0.07 | 94.98 | 0.9 | 0.49 |
| Hex | 6A | EC | D | 37 | 0 | 5E | 7 | 5F | 5A | 31 |
| Octal | 152 | 354 | 15 | 67 | 0 | 136 | 7 | 137 | 132 | 61 |
| Binary | 1101010 | 11101100 | 1101 | 110111 | 0 | 1011110 | 111 | 1011111 | 1011010 | 110001 |
Color Harmonies of #6AEC0D
Complementary color
Monochromatic Colors of #6AEC0D
Black with #6AEC0D
Text Example
Text Example
White with #6AEC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AEC0D; }
p { color: rgb(106,236,13); }
H1.HeaderClassName
{
color: #6AEC0D;
}
.AnyTagClassName
{
color: #6AEC0D;
}
</style>
background-color css
<style>
a { background-color: #6AEC0D; }
a { background-color: rgb(106,236,13); }
div.DivClassName
{
background-color: #6AEC0D;
}
.BgClassName
{
background-color: #6AEC0D;
}
</style>
border-color css
<style>
span { border-color: #6AEC0D; }
span { border-color: rgb(106,236,13); }
td.TdClassName
{
border-color: #6AEC0D;
}
.TagClassName
{
border-color: #6AEC0D;
}
</style>