Shades of Bright Green #6ADB0C
Tints of Bright Green #6ADB0C
RGB
CMYK
RGB Variations
Color information
#6ADB0C (or 0x6ADB0C) is known color: Bright Green. HEX triplet: 6A, DB and 0C. RGB value is (106,219,12). Sum of RGB (Red+Green+Blue) = 106+219+12=337 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.45% from 337); Green value is 219 (85.94% from 255 or 64.99% from 337); Blue value is 12 (5.08% from 255 or 3.56% from 337); Max value from RGB is 219 - color contains mainly: green. Hex color #6ADB0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ADB0C is #9524F3. Grayscale: #A2A2A2. Windows color (decimal): -9774324 or 842602. OLE color: 842602.
HSL color Cylindrical-coordinate representation of color #6ADB0C: hue angle of 92.75º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6ADB0C is Cyan = 0.52, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 219 | 12 | - |
| CMYK | 0.52 | 0 | 0.95 | 0.14 |
| HSL | 92.75º | 0.9% | 0.45% | - |
| HSV(B) | 92.75º | 0.95% | 0.86% | - |
| XYZ | 31.34 | 53.75 | 9.07 | - |
| YUV | 161.62 | 43.56 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 219 | 12 | 0.52 | 0 | 0.95 | 0.14 | 92.75 | 0.9 | 0.45 |
| Hex | 6A | DB | C | 34 | 0 | 5F | E | 5D | 5A | 2D |
| Octal | 152 | 333 | 14 | 64 | 0 | 137 | 16 | 135 | 132 | 55 |
| Binary | 1101010 | 11011011 | 1100 | 110100 | 0 | 1011111 | 1110 | 1011101 | 1011010 | 101101 |
Color Harmonies of #6ADB0C
Complementary color
Monochromatic Colors of #6ADB0C
Black with #6ADB0C
Text Example
Text Example
White with #6ADB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADB0C; }
p { color: rgb(106,219,12); }
H1.HeaderClassName
{
color: #6ADB0C;
}
.AnyTagClassName
{
color: #6ADB0C;
}
</style>
background-color css
<style>
a { background-color: #6ADB0C; }
a { background-color: rgb(106,219,12); }
div.DivClassName
{
background-color: #6ADB0C;
}
.BgClassName
{
background-color: #6ADB0C;
}
</style>
border-color css
<style>
span { border-color: #6ADB0C; }
span { border-color: rgb(106,219,12); }
td.TdClassName
{
border-color: #6ADB0C;
}
.TagClassName
{
border-color: #6ADB0C;
}
</style>