Shades of Lawn Green #6AD300
Tints of Lawn Green #6AD300
RGB
CMYK
RGB Variations
Color information
#6AD300 (or 0x6AD300) is known color: Lawn Green. HEX triplet: 6A, D3 and 00. RGB value is (106,211,0). Sum of RGB (Red+Green+Blue) = 106+211+0=317 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.44% from 317); Green value is 211 (82.81% from 255 or 66.56% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 211 - color contains mainly: green. Hex color #6AD300 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AD300 is #952CFF. Grayscale: #9C9C9C. Windows color (decimal): -9776384 or 54122. OLE color: 54122.
HSL color Cylindrical-coordinate representation of color #6AD300: hue angle of 89.86º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6AD300 is Cyan = 0.50, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 106 | 211 | 0 | - |
| CMYK | 0.50 | 0 | 1 | 0.17 |
| HSL | 89.86º | 1% | 0.41% | - |
| HSV(B) | 89.86º | 1% | 0.83% | - |
| XYZ | 29.24 | 49.65 | 8.04 | - |
| YUV | 155.55 | 40.21 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 211 | 0 | 0.50 | 0 | 1 | 0.17 | 89.86 | 1 | 0.41 |
| Hex | 6A | D3 | 0 | 32 | 0 | 64 | 11 | 5A | 64 | 29 |
| Octal | 152 | 323 | 0 | 62 | 0 | 144 | 21 | 132 | 144 | 51 |
| Binary | 1101010 | 11010011 | 0 | 110010 | 0 | 1100100 | 10001 | 1011010 | 1100100 | 101001 |
Color Harmonies of #6AD300
Complementary color
Monochromatic Colors of #6AD300
Black with #6AD300
Text Example
Text Example
White with #6AD300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD300; }
p { color: rgb(106,211,0); }
H1.HeaderClassName
{
color: #6AD300;
}
.AnyTagClassName
{
color: #6AD300;
}
</style>
background-color css
<style>
a { background-color: #6AD300; }
a { background-color: rgb(106,211,0); }
div.DivClassName
{
background-color: #6AD300;
}
.BgClassName
{
background-color: #6AD300;
}
</style>
border-color css
<style>
span { border-color: #6AD300; }
span { border-color: rgb(106,211,0); }
td.TdClassName
{
border-color: #6AD300;
}
.TagClassName
{
border-color: #6AD300;
}
</style>