Shades of Lawn Green #8ADE04
Tints of Lawn Green #8ADE04
RGB
CMYK
RGB Variations
Color information
#8ADE04 (or 0x8ADE04) is known color: Lawn Green. HEX triplet: 8A, DE and 04. RGB value is (138,222,4). Sum of RGB (Red+Green+Blue) = 138+222+4=364 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.91% from 364); Green value is 222 (87.11% from 255 or 60.99% from 364); Blue value is 4 (1.95% from 255 or 1.10% from 364); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADE04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ADE04 is #7521FB. Grayscale: #ACACAC. Windows color (decimal): -7676412 or 319114. OLE color: 319114.
HSL color Cylindrical-coordinate representation of color #8ADE04: hue angle of 83.12º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8ADE04 is Cyan = 0.38, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 222 | 4 | - |
| CMYK | 0.38 | 0 | 0.98 | 0.13 |
| HSL | 83.12º | 0.96% | 0.44% | - |
| HSV(B) | 83.12º | 0.98% | 0.87% | - |
| XYZ | 36.62 | 57.65 | 9.31 | - |
| YUV | 172.03 | 33.17 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 222 | 4 | 0.38 | 0 | 0.98 | 0.13 | 83.12 | 0.96 | 0.44 |
| Hex | 8A | DE | 4 | 26 | 0 | 62 | D | 53 | 60 | 2C |
| Octal | 212 | 336 | 4 | 46 | 0 | 142 | 15 | 123 | 140 | 54 |
| Binary | 10001010 | 11011110 | 100 | 100110 | 0 | 1100010 | 1101 | 1010011 | 1100000 | 101100 |
Color Harmonies of #8ADE04
Complementary color
Monochromatic Colors of #8ADE04
Black with #8ADE04
Text Example
Text Example
White with #8ADE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADE04; }
p { color: rgb(138,222,4); }
H1.HeaderClassName
{
color: #8ADE04;
}
.AnyTagClassName
{
color: #8ADE04;
}
</style>
background-color css
<style>
a { background-color: #8ADE04; }
a { background-color: rgb(138,222,4); }
div.DivClassName
{
background-color: #8ADE04;
}
.BgClassName
{
background-color: #8ADE04;
}
</style>
border-color css
<style>
span { border-color: #8ADE04; }
span { border-color: rgb(138,222,4); }
td.TdClassName
{
border-color: #8ADE04;
}
.TagClassName
{
border-color: #8ADE04;
}
</style>