Shades of Lawn Green #8ADB06
Tints of Lawn Green #8ADB06
RGB
CMYK
RGB Variations
Color information
#8ADB06 (or 0x8ADB06) is known color: Lawn Green. HEX triplet: 8A, DB and 06. RGB value is (138,219,6). Sum of RGB (Red+Green+Blue) = 138+219+6=363 (48% of max value = 765). Red value is 138 (54.30% from 255 or 38.02% from 363); Green value is 219 (85.94% from 255 or 60.33% from 363); Blue value is 6 (2.73% from 255 or 1.65% from 363); Max value from RGB is 219 - color contains mainly: green. Hex color #8ADB06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ADB06 is #7524F9. Grayscale: #ABABAB. Windows color (decimal): -7677178 or 449418. OLE color: 449418.
HSL color Cylindrical-coordinate representation of color #8ADB06: hue angle of 82.82º 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 #8ADB06 is Cyan = 0.37, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 219 | 6 | - |
| CMYK | 0.37 | 0 | 0.97 | 0.14 |
| HSL | 82.82º | 0.95% | 0.44% | - |
| HSV(B) | 82.82º | 0.97% | 0.86% | - |
| XYZ | 35.85 | 56.08 | 9.11 | - |
| YUV | 170.5 | 35.16 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 219 | 6 | 0.37 | 0 | 0.97 | 0.14 | 82.82 | 0.95 | 0.44 |
| Hex | 8A | DB | 6 | 25 | 0 | 61 | E | 53 | 5F | 2C |
| Octal | 212 | 333 | 6 | 45 | 0 | 141 | 16 | 123 | 137 | 54 |
| Binary | 10001010 | 11011011 | 110 | 100101 | 0 | 1100001 | 1110 | 1010011 | 1011111 | 101100 |
Color Harmonies of #8ADB06
Complementary color
Monochromatic Colors of #8ADB06
Black with #8ADB06
Text Example
Text Example
White with #8ADB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADB06; }
p { color: rgb(138,219,6); }
H1.HeaderClassName
{
color: #8ADB06;
}
.AnyTagClassName
{
color: #8ADB06;
}
</style>
background-color css
<style>
a { background-color: #8ADB06; }
a { background-color: rgb(138,219,6); }
div.DivClassName
{
background-color: #8ADB06;
}
.BgClassName
{
background-color: #8ADB06;
}
</style>
border-color css
<style>
span { border-color: #8ADB06; }
span { border-color: rgb(138,219,6); }
td.TdClassName
{
border-color: #8ADB06;
}
.TagClassName
{
border-color: #8ADB06;
}
</style>