Shades of Yellow Green #8AD620
Tints of Yellow Green #8AD620
RGB
CMYK
RGB Variations
Color information
#8AD620 (or 0x8AD620) is known color: Yellow Green. HEX triplet: 8A, D6 and 20. RGB value is (138,214,32). Sum of RGB (Red+Green+Blue) = 138+214+32=384 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.94% from 384); Green value is 214 (83.98% from 255 or 55.73% from 384); Blue value is 32 (12.89% from 255 or 8.33% from 384); Max value from RGB is 214 - color contains mainly: green. Hex color #8AD620 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD620 is #7529DF. Grayscale: #ABABAB. Windows color (decimal): -7678432 or 2152074. OLE color: 2152074.
HSL color Cylindrical-coordinate representation of color #8AD620: hue angle of 85.05º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8AD620 is Cyan = 0.36, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 214 | 32 | - |
| CMYK | 0.36 | 0 | 0.85 | 0.16 |
| HSL | 85.05º | 0.74% | 0.48% | - |
| HSV(B) | 85.05º | 0.85% | 0.84% | - |
| XYZ | 34.79 | 53.6 | 9.88 | - |
| YUV | 170.53 | 49.82 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 214 | 32 | 0.36 | 0 | 0.85 | 0.16 | 85.05 | 0.74 | 0.48 |
| Hex | 8A | D6 | 20 | 24 | 0 | 55 | 10 | 55 | 4A | 30 |
| Octal | 212 | 326 | 40 | 44 | 0 | 125 | 20 | 125 | 112 | 60 |
| Binary | 10001010 | 11010110 | 100000 | 100100 | 0 | 1010101 | 10000 | 1010101 | 1001010 | 110000 |
Color Harmonies of #8AD620
Complementary color
Monochromatic Colors of #8AD620
Black with #8AD620
Text Example
Text Example
White with #8AD620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD620; }
p { color: rgb(138,214,32); }
H1.HeaderClassName
{
color: #8AD620;
}
.AnyTagClassName
{
color: #8AD620;
}
</style>
background-color css
<style>
a { background-color: #8AD620; }
a { background-color: rgb(138,214,32); }
div.DivClassName
{
background-color: #8AD620;
}
.BgClassName
{
background-color: #8AD620;
}
</style>
border-color css
<style>
span { border-color: #8AD620; }
span { border-color: rgb(138,214,32); }
td.TdClassName
{
border-color: #8AD620;
}
.TagClassName
{
border-color: #8AD620;
}
</style>