Shades of Lawn Green #6AD202
Tints of Lawn Green #6AD202
RGB
CMYK
RGB Variations
Color information
#6AD202 (or 0x6AD202) is known color: Lawn Green. HEX triplet: 6A, D2 and 02. RGB value is (106,210,2). Sum of RGB (Red+Green+Blue) = 106+210+2=318 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.33% from 318); Green value is 210 (82.42% from 255 or 66.04% from 318); Blue value is 2 (1.17% from 255 or 0.63% from 318); Max value from RGB is 210 - color contains mainly: green. Hex color #6AD202 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AD202 is #952DFD. Grayscale: #9B9B9B. Windows color (decimal): -9776638 or 184938. OLE color: 184938.
HSL color Cylindrical-coordinate representation of color #6AD202: hue angle of 90º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6AD202 is Cyan = 0.50, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 106 | 210 | 2 | - |
| CMYK | 0.50 | 0 | 0.99 | 0.18 |
| HSL | 90º | 0.98% | 0.42% | - |
| HSV(B) | 90º | 0.99% | 0.82% | - |
| XYZ | 29 | 49.16 | 8.02 | - |
| YUV | 155.19 | 41.54 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 210 | 2 | 0.50 | 0 | 0.99 | 0.18 | 90 | 0.98 | 0.42 |
| Hex | 6A | D2 | 2 | 32 | 0 | 63 | 12 | 5A | 62 | 2A |
| Octal | 152 | 322 | 2 | 62 | 0 | 143 | 22 | 132 | 142 | 52 |
| Binary | 1101010 | 11010010 | 10 | 110010 | 0 | 1100011 | 10010 | 1011010 | 1100010 | 101010 |
Color Harmonies of #6AD202
Complementary color
Monochromatic Colors of #6AD202
Black with #6AD202
Text Example
Text Example
White with #6AD202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD202; }
p { color: rgb(106,210,2); }
H1.HeaderClassName
{
color: #6AD202;
}
.AnyTagClassName
{
color: #6AD202;
}
</style>
background-color css
<style>
a { background-color: #6AD202; }
a { background-color: rgb(106,210,2); }
div.DivClassName
{
background-color: #6AD202;
}
.BgClassName
{
background-color: #6AD202;
}
</style>
border-color css
<style>
span { border-color: #6AD202; }
span { border-color: rgb(106,210,2); }
td.TdClassName
{
border-color: #6AD202;
}
.TagClassName
{
border-color: #6AD202;
}
</style>