Shades of Bright Green #6ADF0A
Tints of Bright Green #6ADF0A
RGB
CMYK
RGB Variations
Color information
#6ADF0A (or 0x6ADF0A) is known color: Bright Green. HEX triplet: 6A, DF and 0A. RGB value is (106,223,10). Sum of RGB (Red+Green+Blue) = 106+223+10=339 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.27% from 339); Green value is 223 (87.5% from 255 or 65.78% from 339); Blue value is 10 (4.30% from 255 or 2.95% from 339); Max value from RGB is 223 - color contains mainly: green. Hex color #6ADF0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ADF0A is #9520F5. Grayscale: #A4A4A4. Windows color (decimal): -9773302 or 712554. OLE color: 712554.
HSL color Cylindrical-coordinate representation of color #6ADF0A: hue angle of 92.96º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6ADF0A is Cyan = 0.52, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 223 | 10 | - |
| CMYK | 0.52 | 0 | 0.96 | 0.13 |
| HSL | 92.96º | 0.91% | 0.46% | - |
| HSV(B) | 92.96º | 0.96% | 0.87% | - |
| XYZ | 32.39 | 55.86 | 9.36 | - |
| YUV | 163.74 | 41.24 | 86.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 223 | 10 | 0.52 | 0 | 0.96 | 0.13 | 92.96 | 0.91 | 0.46 |
| Hex | 6A | DF | A | 34 | 0 | 60 | D | 5D | 5B | 2E |
| Octal | 152 | 337 | 12 | 64 | 0 | 140 | 15 | 135 | 133 | 56 |
| Binary | 1101010 | 11011111 | 1010 | 110100 | 0 | 1100000 | 1101 | 1011101 | 1011011 | 101110 |
Color Harmonies of #6ADF0A
Complementary color
Monochromatic Colors of #6ADF0A
Black with #6ADF0A
Text Example
Text Example
White with #6ADF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADF0A; }
p { color: rgb(106,223,10); }
H1.HeaderClassName
{
color: #6ADF0A;
}
.AnyTagClassName
{
color: #6ADF0A;
}
</style>
background-color css
<style>
a { background-color: #6ADF0A; }
a { background-color: rgb(106,223,10); }
div.DivClassName
{
background-color: #6ADF0A;
}
.BgClassName
{
background-color: #6ADF0A;
}
</style>
border-color css
<style>
span { border-color: #6ADF0A; }
span { border-color: rgb(106,223,10); }
td.TdClassName
{
border-color: #6ADF0A;
}
.TagClassName
{
border-color: #6ADF0A;
}
</style>