Shades of Yellow Green #A8D826
Tints of Yellow Green #A8D826
RGB
CMYK
RGB Variations
Color information
#A8D826 (or 0xA8D826) is known color: Yellow Green. HEX triplet: A8, D8 and 26. RGB value is (168,216,38). Sum of RGB (Red+Green+Blue) = 168+216+38=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 216 (84.77% from 255 or 51.18% from 422); Blue value is 38 (15.23% from 255 or 9.00% from 422); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D826 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D826 is #5727D9. Grayscale: #B6B6B6. Windows color (decimal): -5711834 or 2545832. OLE color: 2545832.
HSL color Cylindrical-coordinate representation of color #A8D826: hue angle of 76.18º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A8D826 is Cyan = 0.22, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 216 | 38 | - |
| CMYK | 0.22 | 0 | 0.82 | 0.15 |
| HSL | 76.18º | 0.7% | 0.5% | - |
| HSV(B) | 76.18º | 0.82% | 0.85% | - |
| XYZ | 41.05 | 57.58 | 10.78 | - |
| YUV | 181.36 | 47.1 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 216 | 38 | 0.22 | 0 | 0.82 | 0.15 | 76.18 | 0.7 | 0.5 |
| Hex | A8 | D8 | 26 | 16 | 0 | 52 | F | 4C | 46 | 32 |
| Octal | 250 | 330 | 46 | 26 | 0 | 122 | 17 | 114 | 106 | 62 |
| Binary | 10101000 | 11011000 | 100110 | 10110 | 0 | 1010010 | 1111 | 1001100 | 1000110 | 110010 |
Color Harmonies of #A8D826
Complementary color
Monochromatic Colors of #A8D826
Black with #A8D826
Text Example
Text Example
White with #A8D826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D826; }
p { color: rgb(168,216,38); }
H1.HeaderClassName
{
color: #A8D826;
}
.AnyTagClassName
{
color: #A8D826;
}
</style>
background-color css
<style>
a { background-color: #A8D826; }
a { background-color: rgb(168,216,38); }
div.DivClassName
{
background-color: #A8D826;
}
.BgClassName
{
background-color: #A8D826;
}
</style>
border-color css
<style>
span { border-color: #A8D826; }
span { border-color: rgb(168,216,38); }
td.TdClassName
{
border-color: #A8D826;
}
.TagClassName
{
border-color: #A8D826;
}
</style>