Shades of Lawn Green #8ADB05
Tints of Lawn Green #8ADB05
RGB
CMYK
RGB Variations
Color information
#8ADB05 (or 0x8ADB05) is known color: Lawn Green. HEX triplet: 8A, DB and 05. RGB value is (138,219,5). Sum of RGB (Red+Green+Blue) = 138+219+5=362 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.12% from 362); Green value is 219 (85.94% from 255 or 60.50% from 362); Blue value is 5 (2.34% from 255 or 1.38% from 362); Max value from RGB is 219 - color contains mainly: green. Hex color #8ADB05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ADB05 is #7524FA. Grayscale: #ABABAB. Windows color (decimal): -7677179 or 383882. OLE color: 383882.
HSL color Cylindrical-coordinate representation of color #8ADB05: hue angle of 82.71º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8ADB05 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 219 | 5 | - |
| CMYK | 0.37 | 0 | 0.98 | 0.14 |
| HSL | 82.71º | 0.96% | 0.44% | - |
| HSV(B) | 82.71º | 0.98% | 0.86% | - |
| XYZ | 35.84 | 56.08 | 9.08 | - |
| YUV | 170.39 | 34.66 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 219 | 5 | 0.37 | 0 | 0.98 | 0.14 | 82.71 | 0.96 | 0.44 |
| Hex | 8A | DB | 5 | 25 | 0 | 62 | E | 53 | 60 | 2C |
| Octal | 212 | 333 | 5 | 45 | 0 | 142 | 16 | 123 | 140 | 54 |
| Binary | 10001010 | 11011011 | 101 | 100101 | 0 | 1100010 | 1110 | 1010011 | 1100000 | 101100 |
Color Harmonies of #8ADB05
Complementary color
Monochromatic Colors of #8ADB05
Black with #8ADB05
Text Example
Text Example
White with #8ADB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADB05; }
p { color: rgb(138,219,5); }
H1.HeaderClassName
{
color: #8ADB05;
}
.AnyTagClassName
{
color: #8ADB05;
}
</style>
background-color css
<style>
a { background-color: #8ADB05; }
a { background-color: rgb(138,219,5); }
div.DivClassName
{
background-color: #8ADB05;
}
.BgClassName
{
background-color: #8ADB05;
}
</style>
border-color css
<style>
span { border-color: #8ADB05; }
span { border-color: rgb(138,219,5); }
td.TdClassName
{
border-color: #8ADB05;
}
.TagClassName
{
border-color: #8ADB05;
}
</style>