Shades of Lawn Green #8AD706
Tints of Lawn Green #8AD706
RGB
CMYK
RGB Variations
Color information
#8AD706 (or 0x8AD706) is known color: Lawn Green. HEX triplet: 8A, D7 and 06. RGB value is (138,215,6). Sum of RGB (Red+Green+Blue) = 138+215+6=359 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.44% from 359); Green value is 215 (84.38% from 255 or 59.89% from 359); Blue value is 6 (2.73% from 255 or 1.67% from 359); Max value from RGB is 215 - color contains mainly: green. Hex color #8AD706 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AD706 is #7528F9. Grayscale: #A8A8A8. Windows color (decimal): -7678202 or 448394. OLE color: 448394.
HSL color Cylindrical-coordinate representation of color #8AD706: hue angle of 82.11º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8AD706 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 215 | 6 | - |
| CMYK | 0.36 | 0 | 0.97 | 0.16 |
| HSL | 82.11º | 0.95% | 0.43% | - |
| HSV(B) | 82.11º | 0.97% | 0.84% | - |
| XYZ | 34.81 | 54.02 | 8.76 | - |
| YUV | 168.15 | 36.49 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 215 | 6 | 0.36 | 0 | 0.97 | 0.16 | 82.11 | 0.95 | 0.43 |
| Hex | 8A | D7 | 6 | 24 | 0 | 61 | 10 | 52 | 5F | 2B |
| Octal | 212 | 327 | 6 | 44 | 0 | 141 | 20 | 122 | 137 | 53 |
| Binary | 10001010 | 11010111 | 110 | 100100 | 0 | 1100001 | 10000 | 1010010 | 1011111 | 101011 |
Color Harmonies of #8AD706
Complementary color
Monochromatic Colors of #8AD706
Black with #8AD706
Text Example
Text Example
White with #8AD706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD706; }
p { color: rgb(138,215,6); }
H1.HeaderClassName
{
color: #8AD706;
}
.AnyTagClassName
{
color: #8AD706;
}
</style>
background-color css
<style>
a { background-color: #8AD706; }
a { background-color: rgb(138,215,6); }
div.DivClassName
{
background-color: #8AD706;
}
.BgClassName
{
background-color: #8AD706;
}
</style>
border-color css
<style>
span { border-color: #8AD706; }
span { border-color: rgb(138,215,6); }
td.TdClassName
{
border-color: #8AD706;
}
.TagClassName
{
border-color: #8AD706;
}
</style>