Shades of Bright Green #6ADA0B
Tints of Bright Green #6ADA0B
RGB
CMYK
RGB Variations
Color information
#6ADA0B (or 0x6ADA0B) is known color: Bright Green. HEX triplet: 6A, DA and 0B. RGB value is (106,218,11). Sum of RGB (Red+Green+Blue) = 106+218+11=335 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.64% from 335); Green value is 218 (85.55% from 255 or 65.07% from 335); Blue value is 11 (4.69% from 255 or 3.28% from 335); Max value from RGB is 218 - color contains mainly: green. Hex color #6ADA0B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ADA0B is #9525F4. Grayscale: #A1A1A1. Windows color (decimal): -9774581 or 776810. OLE color: 776810.
HSL color Cylindrical-coordinate representation of color #6ADA0B: hue angle of 92.46º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6ADA0B is Cyan = 0.51, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 106 | 218 | 11 | - |
| CMYK | 0.51 | 0 | 0.95 | 0.15 |
| HSL | 92.46º | 0.9% | 0.45% | - |
| HSV(B) | 92.46º | 0.95% | 0.85% | - |
| XYZ | 31.08 | 53.23 | 8.95 | - |
| YUV | 160.91 | 43.39 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 218 | 11 | 0.51 | 0 | 0.95 | 0.15 | 92.46 | 0.9 | 0.45 |
| Hex | 6A | DA | B | 33 | 0 | 5F | F | 5C | 5A | 2D |
| Octal | 152 | 332 | 13 | 63 | 0 | 137 | 17 | 134 | 132 | 55 |
| Binary | 1101010 | 11011010 | 1011 | 110011 | 0 | 1011111 | 1111 | 1011100 | 1011010 | 101101 |
Color Harmonies of #6ADA0B
Complementary color
Monochromatic Colors of #6ADA0B
Black with #6ADA0B
Text Example
Text Example
White with #6ADA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADA0B; }
p { color: rgb(106,218,11); }
H1.HeaderClassName
{
color: #6ADA0B;
}
.AnyTagClassName
{
color: #6ADA0B;
}
</style>
background-color css
<style>
a { background-color: #6ADA0B; }
a { background-color: rgb(106,218,11); }
div.DivClassName
{
background-color: #6ADA0B;
}
.BgClassName
{
background-color: #6ADA0B;
}
</style>
border-color css
<style>
span { border-color: #6ADA0B; }
span { border-color: rgb(106,218,11); }
td.TdClassName
{
border-color: #6ADA0B;
}
.TagClassName
{
border-color: #6ADA0B;
}
</style>