Shades of Lawn Green #8ADB0B
Tints of Lawn Green #8ADB0B
RGB
CMYK
RGB Variations
Color information
#8ADB0B (or 0x8ADB0B) is known color: Lawn Green. HEX triplet: 8A, DB and 0B. RGB value is (138,219,11). Sum of RGB (Red+Green+Blue) = 138+219+11=368 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.5% from 368); Green value is 219 (85.94% from 255 or 59.51% from 368); Blue value is 11 (4.69% from 255 or 2.99% from 368); Max value from RGB is 219 - color contains mainly: green. Hex color #8ADB0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ADB0B is #7524F4. Grayscale: #ABABAB. Windows color (decimal): -7677173 or 777098. OLE color: 777098.
HSL color Cylindrical-coordinate representation of color #8ADB0B: hue angle of 83.37º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8ADB0B is Cyan = 0.37, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 219 | 11 | - |
| CMYK | 0.37 | 0 | 0.95 | 0.14 |
| HSL | 83.37º | 0.9% | 0.45% | - |
| HSV(B) | 83.37º | 0.95% | 0.86% | - |
| XYZ | 35.87 | 56.09 | 9.25 | - |
| YUV | 171.07 | 37.66 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 219 | 11 | 0.37 | 0 | 0.95 | 0.14 | 83.37 | 0.9 | 0.45 |
| Hex | 8A | DB | B | 25 | 0 | 5F | E | 53 | 5A | 2D |
| Octal | 212 | 333 | 13 | 45 | 0 | 137 | 16 | 123 | 132 | 55 |
| Binary | 10001010 | 11011011 | 1011 | 100101 | 0 | 1011111 | 1110 | 1010011 | 1011010 | 101101 |
Color Harmonies of #8ADB0B
Complementary color
Monochromatic Colors of #8ADB0B
Black with #8ADB0B
Text Example
Text Example
White with #8ADB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADB0B; }
p { color: rgb(138,219,11); }
H1.HeaderClassName
{
color: #8ADB0B;
}
.AnyTagClassName
{
color: #8ADB0B;
}
</style>
background-color css
<style>
a { background-color: #8ADB0B; }
a { background-color: rgb(138,219,11); }
div.DivClassName
{
background-color: #8ADB0B;
}
.BgClassName
{
background-color: #8ADB0B;
}
</style>
border-color css
<style>
span { border-color: #8ADB0B; }
span { border-color: rgb(138,219,11); }
td.TdClassName
{
border-color: #8ADB0B;
}
.TagClassName
{
border-color: #8ADB0B;
}
</style>