Shades of Lawn Green #8ADC07
Tints of Lawn Green #8ADC07
RGB
CMYK
RGB Variations
Color information
#8ADC07 (or 0x8ADC07) is known color: Lawn Green. HEX triplet: 8A, DC and 07. RGB value is (138,220,7). Sum of RGB (Red+Green+Blue) = 138+220+7=365 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.81% from 365); Green value is 220 (86.33% from 255 or 60.27% from 365); Blue value is 7 (3.12% from 255 or 1.92% from 365); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADC07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ADC07 is #7523F8. Grayscale: #ABABAB. Windows color (decimal): -7676921 or 515210. OLE color: 515210.
HSL color Cylindrical-coordinate representation of color #8ADC07: hue angle of 83.1º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8ADC07 is Cyan = 0.37, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 220 | 7 | - |
| CMYK | 0.37 | 0 | 0.97 | 0.14 |
| HSL | 83.1º | 0.94% | 0.45% | - |
| HSV(B) | 83.1º | 0.97% | 0.86% | - |
| XYZ | 36.11 | 56.61 | 9.22 | - |
| YUV | 171.2 | 35.33 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 220 | 7 | 0.37 | 0 | 0.97 | 0.14 | 83.1 | 0.94 | 0.45 |
| Hex | 8A | DC | 7 | 25 | 0 | 61 | E | 53 | 5E | 2D |
| Octal | 212 | 334 | 7 | 45 | 0 | 141 | 16 | 123 | 136 | 55 |
| Binary | 10001010 | 11011100 | 111 | 100101 | 0 | 1100001 | 1110 | 1010011 | 1011110 | 101101 |
Color Harmonies of #8ADC07
Complementary color
Monochromatic Colors of #8ADC07
Black with #8ADC07
Text Example
Text Example
White with #8ADC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADC07; }
p { color: rgb(138,220,7); }
H1.HeaderClassName
{
color: #8ADC07;
}
.AnyTagClassName
{
color: #8ADC07;
}
</style>
background-color css
<style>
a { background-color: #8ADC07; }
a { background-color: rgb(138,220,7); }
div.DivClassName
{
background-color: #8ADC07;
}
.BgClassName
{
background-color: #8ADC07;
}
</style>
border-color css
<style>
span { border-color: #8ADC07; }
span { border-color: rgb(138,220,7); }
td.TdClassName
{
border-color: #8ADC07;
}
.TagClassName
{
border-color: #8ADC07;
}
</style>