Shades of Yellow Green #A8DD2E
Tints of Yellow Green #A8DD2E
RGB
CMYK
RGB Variations
Color information
#A8DD2E (or 0xA8DD2E) is known color: Yellow Green. HEX triplet: A8, DD and 2E. RGB value is (168,221,46). Sum of RGB (Red+Green+Blue) = 168+221+46=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 221 (86.72% from 255 or 50.80% from 435); Blue value is 46 (18.36% from 255 or 10.57% from 435); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DD2E is #5722D1. Grayscale: #B9B9B9. Windows color (decimal): -5710546 or 3071400. OLE color: 3071400.
HSL color Cylindrical-coordinate representation of color #A8DD2E: hue angle of 78.17º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A8DD2E is Cyan = 0.24, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 221 | 46 | - |
| CMYK | 0.24 | 0 | 0.79 | 0.13 |
| HSL | 78.17º | 0.72% | 0.52% | - |
| HSV(B) | 78.17º | 0.79% | 0.87% | - |
| XYZ | 42.5 | 60.23 | 11.97 | - |
| YUV | 185.2 | 49.44 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 221 | 46 | 0.24 | 0 | 0.79 | 0.13 | 78.17 | 0.72 | 0.52 |
| Hex | A8 | DD | 2E | 18 | 0 | 4F | D | 4E | 48 | 34 |
| Octal | 250 | 335 | 56 | 30 | 0 | 117 | 15 | 116 | 110 | 64 |
| Binary | 10101000 | 11011101 | 101110 | 11000 | 0 | 1001111 | 1101 | 1001110 | 1001000 | 110100 |
Color Harmonies of #A8DD2E
Complementary color
Monochromatic Colors of #A8DD2E
Black with #A8DD2E
Text Example
Text Example
White with #A8DD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DD2E; }
p { color: rgb(168,221,46); }
H1.HeaderClassName
{
color: #A8DD2E;
}
.AnyTagClassName
{
color: #A8DD2E;
}
</style>
background-color css
<style>
a { background-color: #A8DD2E; }
a { background-color: rgb(168,221,46); }
div.DivClassName
{
background-color: #A8DD2E;
}
.BgClassName
{
background-color: #A8DD2E;
}
</style>
border-color css
<style>
span { border-color: #A8DD2E; }
span { border-color: rgb(168,221,46); }
td.TdClassName
{
border-color: #A8DD2E;
}
.TagClassName
{
border-color: #A8DD2E;
}
</style>