Shades of Yellow Green #8AD61D
Tints of Yellow Green #8AD61D
RGB
CMYK
RGB Variations
Color information
#8AD61D (or 0x8AD61D) is known color: Yellow Green. HEX triplet: 8A, D6 and 1D. RGB value is (138,214,29). Sum of RGB (Red+Green+Blue) = 138+214+29=381 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.22% from 381); Green value is 214 (83.98% from 255 or 56.17% from 381); Blue value is 29 (11.72% from 255 or 7.61% from 381); Max value from RGB is 214 - color contains mainly: green. Hex color #8AD61D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD61D is #7529E2. Grayscale: #AAAAAA. Windows color (decimal): -7678435 or 1955466. OLE color: 1955466.
HSL color Cylindrical-coordinate representation of color #8AD61D: hue angle of 84.65º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8AD61D is Cyan = 0.36, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 214 | 29 | - |
| CMYK | 0.36 | 0 | 0.86 | 0.16 |
| HSL | 84.65º | 0.76% | 0.48% | - |
| HSV(B) | 84.65º | 0.86% | 0.84% | - |
| XYZ | 34.75 | 53.59 | 9.67 | - |
| YUV | 170.19 | 48.32 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 214 | 29 | 0.36 | 0 | 0.86 | 0.16 | 84.65 | 0.76 | 0.48 |
| Hex | 8A | D6 | 1D | 24 | 0 | 56 | 10 | 55 | 4C | 30 |
| Octal | 212 | 326 | 35 | 44 | 0 | 126 | 20 | 125 | 114 | 60 |
| Binary | 10001010 | 11010110 | 11101 | 100100 | 0 | 1010110 | 10000 | 1010101 | 1001100 | 110000 |
Color Harmonies of #8AD61D
Complementary color
Monochromatic Colors of #8AD61D
Black with #8AD61D
Text Example
Text Example
White with #8AD61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD61D; }
p { color: rgb(138,214,29); }
H1.HeaderClassName
{
color: #8AD61D;
}
.AnyTagClassName
{
color: #8AD61D;
}
</style>
background-color css
<style>
a { background-color: #8AD61D; }
a { background-color: rgb(138,214,29); }
div.DivClassName
{
background-color: #8AD61D;
}
.BgClassName
{
background-color: #8AD61D;
}
</style>
border-color css
<style>
span { border-color: #8AD61D; }
span { border-color: rgb(138,214,29); }
td.TdClassName
{
border-color: #8AD61D;
}
.TagClassName
{
border-color: #8AD61D;
}
</style>