Shades of Bright Green #6AEC1D
Tints of Bright Green #6AEC1D
RGB
CMYK
RGB Variations
Color information
#6AEC1D (or 0x6AEC1D) is known color: Bright Green. HEX triplet: 6A, EC and 1D. RGB value is (106,236,29). Sum of RGB (Red+Green+Blue) = 106+236+29=371 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.57% from 371); Green value is 236 (92.58% from 255 or 63.61% from 371); Blue value is 29 (11.72% from 255 or 7.82% from 371); Max value from RGB is 236 - color contains mainly: green. Hex color #6AEC1D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6AEC1D is #9513E2. Grayscale: #AEAEAE. Windows color (decimal): -9769955 or 1961066. OLE color: 1961066.
HSL color Cylindrical-coordinate representation of color #6AEC1D: hue angle of 97.68º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6AEC1D is Cyan = 0.55, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 236 | 29 | - |
| CMYK | 0.55 | 0 | 0.88 | 0.07 |
| HSL | 97.68º | 0.84% | 0.52% | - |
| HSV(B) | 97.68º | 0.88% | 0.93% | - |
| XYZ | 36.16 | 63.14 | 11.44 | - |
| YUV | 173.53 | 46.43 | 79.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 236 | 29 | 0.55 | 0 | 0.88 | 0.07 | 97.68 | 0.84 | 0.52 |
| Hex | 6A | EC | 1D | 37 | 0 | 58 | 7 | 62 | 54 | 34 |
| Octal | 152 | 354 | 35 | 67 | 0 | 130 | 7 | 142 | 124 | 64 |
| Binary | 1101010 | 11101100 | 11101 | 110111 | 0 | 1011000 | 111 | 1100010 | 1010100 | 110100 |
Color Harmonies of #6AEC1D
Complementary color
Monochromatic Colors of #6AEC1D
Black with #6AEC1D
Text Example
Text Example
White with #6AEC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AEC1D; }
p { color: rgb(106,236,29); }
H1.HeaderClassName
{
color: #6AEC1D;
}
.AnyTagClassName
{
color: #6AEC1D;
}
</style>
background-color css
<style>
a { background-color: #6AEC1D; }
a { background-color: rgb(106,236,29); }
div.DivClassName
{
background-color: #6AEC1D;
}
.BgClassName
{
background-color: #6AEC1D;
}
</style>
border-color css
<style>
span { border-color: #6AEC1D; }
span { border-color: rgb(106,236,29); }
td.TdClassName
{
border-color: #6AEC1D;
}
.TagClassName
{
border-color: #6AEC1D;
}
</style>