Shades of Bright Green #6ADD0A
Tints of Bright Green #6ADD0A
RGB
CMYK
RGB Variations
Color information
#6ADD0A (or 0x6ADD0A) is known color: Bright Green. HEX triplet: 6A, DD and 0A. RGB value is (106,221,10). Sum of RGB (Red+Green+Blue) = 106+221+10=337 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.45% from 337); Green value is 221 (86.72% from 255 or 65.58% from 337); Blue value is 10 (4.30% from 255 or 2.97% from 337); Max value from RGB is 221 - color contains mainly: green. Hex color #6ADD0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ADD0A is #9522F5. Grayscale: #A3A3A3. Windows color (decimal): -9773814 or 712042. OLE color: 712042.
HSL color Cylindrical-coordinate representation of color #6ADD0A: hue angle of 92.7º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6ADD0A is Cyan = 0.52, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 221 | 10 | - |
| CMYK | 0.52 | 0 | 0.95 | 0.13 |
| HSL | 92.7º | 0.91% | 0.45% | - |
| HSV(B) | 92.7º | 0.95% | 0.87% | - |
| XYZ | 31.86 | 54.8 | 9.19 | - |
| YUV | 162.56 | 41.9 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 221 | 10 | 0.52 | 0 | 0.95 | 0.13 | 92.7 | 0.91 | 0.45 |
| Hex | 6A | DD | A | 34 | 0 | 5F | D | 5D | 5B | 2D |
| Octal | 152 | 335 | 12 | 64 | 0 | 137 | 15 | 135 | 133 | 55 |
| Binary | 1101010 | 11011101 | 1010 | 110100 | 0 | 1011111 | 1101 | 1011101 | 1011011 | 101101 |
Color Harmonies of #6ADD0A
Complementary color
Monochromatic Colors of #6ADD0A
Black with #6ADD0A
Text Example
Text Example
White with #6ADD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADD0A; }
p { color: rgb(106,221,10); }
H1.HeaderClassName
{
color: #6ADD0A;
}
.AnyTagClassName
{
color: #6ADD0A;
}
</style>
background-color css
<style>
a { background-color: #6ADD0A; }
a { background-color: rgb(106,221,10); }
div.DivClassName
{
background-color: #6ADD0A;
}
.BgClassName
{
background-color: #6ADD0A;
}
</style>
border-color css
<style>
span { border-color: #6ADD0A; }
span { border-color: rgb(106,221,10); }
td.TdClassName
{
border-color: #6ADD0A;
}
.TagClassName
{
border-color: #6ADD0A;
}
</style>