Shades of Bright Green #6AD80C
Tints of Bright Green #6AD80C
RGB
CMYK
RGB Variations
Color information
#6AD80C (or 0x6AD80C) is known color: Bright Green. HEX triplet: 6A, D8 and 0C. RGB value is (106,216,12). Sum of RGB (Red+Green+Blue) = 106+216+12=334 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.74% from 334); Green value is 216 (84.77% from 255 or 64.67% from 334); Blue value is 12 (5.08% from 255 or 3.59% from 334); Max value from RGB is 216 - color contains mainly: green. Hex color #6AD80C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AD80C is #9527F3. Grayscale: #A0A0A0. Windows color (decimal): -9775092 or 841834. OLE color: 841834.
HSL color Cylindrical-coordinate representation of color #6AD80C: hue angle of 92.35º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6AD80C is Cyan = 0.51, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 106 | 216 | 12 | - |
| CMYK | 0.51 | 0 | 0.94 | 0.15 |
| HSL | 92.35º | 0.89% | 0.45% | - |
| HSV(B) | 92.35º | 0.94% | 0.85% | - |
| XYZ | 30.57 | 52.2 | 8.81 | - |
| YUV | 159.85 | 44.56 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 216 | 12 | 0.51 | 0 | 0.94 | 0.15 | 92.35 | 0.89 | 0.45 |
| Hex | 6A | D8 | C | 33 | 0 | 5E | F | 5C | 59 | 2D |
| Octal | 152 | 330 | 14 | 63 | 0 | 136 | 17 | 134 | 131 | 55 |
| Binary | 1101010 | 11011000 | 1100 | 110011 | 0 | 1011110 | 1111 | 1011100 | 1011001 | 101101 |
Color Harmonies of #6AD80C
Complementary color
Monochromatic Colors of #6AD80C
Black with #6AD80C
Text Example
Text Example
White with #6AD80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD80C; }
p { color: rgb(106,216,12); }
H1.HeaderClassName
{
color: #6AD80C;
}
.AnyTagClassName
{
color: #6AD80C;
}
</style>
background-color css
<style>
a { background-color: #6AD80C; }
a { background-color: rgb(106,216,12); }
div.DivClassName
{
background-color: #6AD80C;
}
.BgClassName
{
background-color: #6AD80C;
}
</style>
border-color css
<style>
span { border-color: #6AD80C; }
span { border-color: rgb(106,216,12); }
td.TdClassName
{
border-color: #6AD80C;
}
.TagClassName
{
border-color: #6AD80C;
}
</style>