Shades of Bright Green #6ADB12
Tints of Bright Green #6ADB12
RGB
CMYK
RGB Variations
Color information
#6ADB12 (or 0x6ADB12) is known color: Bright Green. HEX triplet: 6A, DB and 12. RGB value is (106,219,18). Sum of RGB (Red+Green+Blue) = 106+219+18=343 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.90% from 343); Green value is 219 (85.94% from 255 or 63.85% from 343); Blue value is 18 (7.42% from 255 or 5.25% from 343); Max value from RGB is 219 - color contains mainly: green. Hex color #6ADB12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ADB12 is #9524ED. Grayscale: #A2A2A2. Windows color (decimal): -9774318 or 1235818. OLE color: 1235818.
HSL color Cylindrical-coordinate representation of color #6ADB12: hue angle of 93.73º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6ADB12 is Cyan = 0.52, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 219 | 18 | - |
| CMYK | 0.52 | 0 | 0.92 | 0.14 |
| HSL | 93.73º | 0.85% | 0.46% | - |
| HSV(B) | 93.73º | 0.92% | 0.86% | - |
| XYZ | 31.38 | 53.77 | 9.3 | - |
| YUV | 162.3 | 46.56 | 87.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 219 | 18 | 0.52 | 0 | 0.92 | 0.14 | 93.73 | 0.85 | 0.46 |
| Hex | 6A | DB | 12 | 34 | 0 | 5C | E | 5E | 55 | 2E |
| Octal | 152 | 333 | 22 | 64 | 0 | 134 | 16 | 136 | 125 | 56 |
| Binary | 1101010 | 11011011 | 10010 | 110100 | 0 | 1011100 | 1110 | 1011110 | 1010101 | 101110 |
Color Harmonies of #6ADB12
Complementary color
Monochromatic Colors of #6ADB12
Black with #6ADB12
Text Example
Text Example
White with #6ADB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADB12; }
p { color: rgb(106,219,18); }
H1.HeaderClassName
{
color: #6ADB12;
}
.AnyTagClassName
{
color: #6ADB12;
}
</style>
background-color css
<style>
a { background-color: #6ADB12; }
a { background-color: rgb(106,219,18); }
div.DivClassName
{
background-color: #6ADB12;
}
.BgClassName
{
background-color: #6ADB12;
}
</style>
border-color css
<style>
span { border-color: #6ADB12; }
span { border-color: rgb(106,219,18); }
td.TdClassName
{
border-color: #6ADB12;
}
.TagClassName
{
border-color: #6ADB12;
}
</style>