Shades of Lawn Green #8AD602
Tints of Lawn Green #8AD602
RGB
CMYK
RGB Variations
Color information
#8AD602 (or 0x8AD602) is known color: Lawn Green. HEX triplet: 8A, D6 and 02. RGB value is (138,214,2). Sum of RGB (Red+Green+Blue) = 138+214+2=354 (46% of max value = 765). Red value is 138 (54.30% from 255 or 38.98% from 354); Green value is 214 (83.98% from 255 or 60.45% from 354); Blue value is 2 (1.17% from 255 or 0.56% from 354); Max value from RGB is 214 - color contains mainly: green. Hex color #8AD602 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AD602 is #7529FD. Grayscale: #A7A7A7. Windows color (decimal): -7678462 or 185994. OLE color: 185994.
HSL color Cylindrical-coordinate representation of color #8AD602: hue angle of 81.51º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8AD602 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 214 | 2 | - |
| CMYK | 0.36 | 0 | 0.99 | 0.16 |
| HSL | 81.51º | 0.98% | 0.42% | - |
| HSV(B) | 81.51º | 0.99% | 0.84% | - |
| XYZ | 34.54 | 53.5 | 8.56 | - |
| YUV | 167.11 | 34.82 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 214 | 2 | 0.36 | 0 | 0.99 | 0.16 | 81.51 | 0.98 | 0.42 |
| Hex | 8A | D6 | 2 | 24 | 0 | 63 | 10 | 52 | 62 | 2A |
| Octal | 212 | 326 | 2 | 44 | 0 | 143 | 20 | 122 | 142 | 52 |
| Binary | 10001010 | 11010110 | 10 | 100100 | 0 | 1100011 | 10000 | 1010010 | 1100010 | 101010 |
Color Harmonies of #8AD602
Complementary color
Monochromatic Colors of #8AD602
Black with #8AD602
Text Example
Text Example
White with #8AD602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD602; }
p { color: rgb(138,214,2); }
H1.HeaderClassName
{
color: #8AD602;
}
.AnyTagClassName
{
color: #8AD602;
}
</style>
background-color css
<style>
a { background-color: #8AD602; }
a { background-color: rgb(138,214,2); }
div.DivClassName
{
background-color: #8AD602;
}
.BgClassName
{
background-color: #8AD602;
}
</style>
border-color css
<style>
span { border-color: #8AD602; }
span { border-color: rgb(138,214,2); }
td.TdClassName
{
border-color: #8AD602;
}
.TagClassName
{
border-color: #8AD602;
}
</style>