Shades of Yellow Green #8AD031
Tints of Yellow Green #8AD031
RGB
CMYK
RGB Variations
Color information
#8AD031 (or 0x8AD031) is known color: Yellow Green. HEX triplet: 8A, D0 and 31. RGB value is (138,208,49). Sum of RGB (Red+Green+Blue) = 138+208+49=395 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.94% from 395); Green value is 208 (81.64% from 255 or 52.66% from 395); Blue value is 49 (19.53% from 255 or 12.41% from 395); Max value from RGB is 208 - color contains mainly: green. Hex color #8AD031 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD031 is #752FCE. Grayscale: #A9A9A9. Windows color (decimal): -7679951 or 3264650. OLE color: 3264650.
HSL color Cylindrical-coordinate representation of color #8AD031: hue angle of 86.42º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8AD031 is Cyan = 0.34, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 208 | 49 | - |
| CMYK | 0.34 | 0 | 0.76 | 0.18 |
| HSL | 86.42º | 0.63% | 0.5% | - |
| HSV(B) | 86.42º | 0.76% | 0.82% | - |
| XYZ | 33.59 | 50.74 | 10.93 | - |
| YUV | 168.94 | 60.31 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 208 | 49 | 0.34 | 0 | 0.76 | 0.18 | 86.42 | 0.63 | 0.5 |
| Hex | 8A | D0 | 31 | 22 | 0 | 4C | 12 | 56 | 3F | 32 |
| Octal | 212 | 320 | 61 | 42 | 0 | 114 | 22 | 126 | 77 | 62 |
| Binary | 10001010 | 11010000 | 110001 | 100010 | 0 | 1001100 | 10010 | 1010110 | 111111 | 110010 |
Color Harmonies of #8AD031
Complementary color
Monochromatic Colors of #8AD031
Black with #8AD031
Text Example
Text Example
White with #8AD031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD031; }
p { color: rgb(138,208,49); }
H1.HeaderClassName
{
color: #8AD031;
}
.AnyTagClassName
{
color: #8AD031;
}
</style>
background-color css
<style>
a { background-color: #8AD031; }
a { background-color: rgb(138,208,49); }
div.DivClassName
{
background-color: #8AD031;
}
.BgClassName
{
background-color: #8AD031;
}
</style>
border-color css
<style>
span { border-color: #8AD031; }
span { border-color: rgb(138,208,49); }
td.TdClassName
{
border-color: #8AD031;
}
.TagClassName
{
border-color: #8AD031;
}
</style>