Shades of Lawn Green #8ADC06
Tints of Lawn Green #8ADC06
RGB
CMYK
RGB Variations
Color information
#8ADC06 (or 0x8ADC06) is known color: Lawn Green. HEX triplet: 8A, DC and 06. RGB value is (138,220,6). Sum of RGB (Red+Green+Blue) = 138+220+6=364 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.91% from 364); Green value is 220 (86.33% from 255 or 60.44% from 364); Blue value is 6 (2.73% from 255 or 1.65% from 364); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADC06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ADC06 is #7523F9. Grayscale: #ABABAB. Windows color (decimal): -7676922 or 449674. OLE color: 449674.
HSL color Cylindrical-coordinate representation of color #8ADC06: hue angle of 82.99º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8ADC06 is Cyan = 0.37, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 220 | 6 | - |
| CMYK | 0.37 | 0 | 0.97 | 0.14 |
| HSL | 82.99º | 0.95% | 0.44% | - |
| HSV(B) | 82.99º | 0.97% | 0.86% | - |
| XYZ | 36.11 | 56.6 | 9.19 | - |
| YUV | 171.09 | 34.83 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 220 | 6 | 0.37 | 0 | 0.97 | 0.14 | 82.99 | 0.95 | 0.44 |
| Hex | 8A | DC | 6 | 25 | 0 | 61 | E | 53 | 5F | 2C |
| Octal | 212 | 334 | 6 | 45 | 0 | 141 | 16 | 123 | 137 | 54 |
| Binary | 10001010 | 11011100 | 110 | 100101 | 0 | 1100001 | 1110 | 1010011 | 1011111 | 101100 |
Color Harmonies of #8ADC06
Complementary color
Monochromatic Colors of #8ADC06
Black with #8ADC06
Text Example
Text Example
White with #8ADC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADC06; }
p { color: rgb(138,220,6); }
H1.HeaderClassName
{
color: #8ADC06;
}
.AnyTagClassName
{
color: #8ADC06;
}
</style>
background-color css
<style>
a { background-color: #8ADC06; }
a { background-color: rgb(138,220,6); }
div.DivClassName
{
background-color: #8ADC06;
}
.BgClassName
{
background-color: #8ADC06;
}
</style>
border-color css
<style>
span { border-color: #8ADC06; }
span { border-color: rgb(138,220,6); }
td.TdClassName
{
border-color: #8ADC06;
}
.TagClassName
{
border-color: #8ADC06;
}
</style>