Shades of Bright Green #6AEC1C
Tints of Bright Green #6AEC1C
RGB
CMYK
RGB Variations
Color information
#6AEC1C (or 0x6AEC1C) is known color: Bright Green. HEX triplet: 6A, EC and 1C. RGB value is (106,236,28). Sum of RGB (Red+Green+Blue) = 106+236+28=370 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.65% from 370); Green value is 236 (92.58% from 255 or 63.78% from 370); Blue value is 28 (11.33% from 255 or 7.57% from 370); Max value from RGB is 236 - color contains mainly: green. Hex color #6AEC1C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6AEC1C is #9513E3. Grayscale: #AEAEAE. Windows color (decimal): -9769956 or 1895530. OLE color: 1895530.
HSL color Cylindrical-coordinate representation of color #6AEC1C: hue angle of 97.5º degrees, saturation: 0.85, 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 #6AEC1C is Cyan = 0.55, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 236 | 28 | - |
| CMYK | 0.55 | 0 | 0.88 | 0.07 |
| HSL | 97.5º | 0.85% | 0.52% | - |
| HSV(B) | 97.5º | 0.88% | 0.93% | - |
| XYZ | 36.15 | 63.14 | 11.38 | - |
| YUV | 173.42 | 45.93 | 79.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 236 | 28 | 0.55 | 0 | 0.88 | 0.07 | 97.5 | 0.85 | 0.52 |
| Hex | 6A | EC | 1C | 37 | 0 | 58 | 7 | 62 | 55 | 34 |
| Octal | 152 | 354 | 34 | 67 | 0 | 130 | 7 | 142 | 125 | 64 |
| Binary | 1101010 | 11101100 | 11100 | 110111 | 0 | 1011000 | 111 | 1100010 | 1010101 | 110100 |
Color Harmonies of #6AEC1C
Complementary color
Monochromatic Colors of #6AEC1C
Black with #6AEC1C
Text Example
Text Example
White with #6AEC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AEC1C; }
p { color: rgb(106,236,28); }
H1.HeaderClassName
{
color: #6AEC1C;
}
.AnyTagClassName
{
color: #6AEC1C;
}
</style>
background-color css
<style>
a { background-color: #6AEC1C; }
a { background-color: rgb(106,236,28); }
div.DivClassName
{
background-color: #6AEC1C;
}
.BgClassName
{
background-color: #6AEC1C;
}
</style>
border-color css
<style>
span { border-color: #6AEC1C; }
span { border-color: rgb(106,236,28); }
td.TdClassName
{
border-color: #6AEC1C;
}
.TagClassName
{
border-color: #6AEC1C;
}
</style>