Shades of Yellow Green #A8DA2B
Tints of Yellow Green #A8DA2B
RGB
CMYK
RGB Variations
Color information
#A8DA2B (or 0xA8DA2B) is known color: Yellow Green. HEX triplet: A8, DA and 2B. RGB value is (168,218,43). Sum of RGB (Red+Green+Blue) = 168+218+43=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 218 (85.55% from 255 or 50.82% from 429); Blue value is 43 (17.19% from 255 or 10.02% from 429); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DA2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DA2B is #5725D4. Grayscale: #B7B7B7. Windows color (decimal): -5711317 or 2874024. OLE color: 2874024.
HSL color Cylindrical-coordinate representation of color #A8DA2B: hue angle of 77.14º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A8DA2B is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 218 | 43 | - |
| CMYK | 0.23 | 0 | 0.80 | 0.15 |
| HSL | 77.14º | 0.7% | 0.51% | - |
| HSV(B) | 77.14º | 0.8% | 0.85% | - |
| XYZ | 41.66 | 58.64 | 11.41 | - |
| YUV | 183.1 | 48.94 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 218 | 43 | 0.23 | 0 | 0.80 | 0.15 | 77.14 | 0.7 | 0.51 |
| Hex | A8 | DA | 2B | 17 | 0 | 50 | F | 4D | 46 | 33 |
| Octal | 250 | 332 | 53 | 27 | 0 | 120 | 17 | 115 | 106 | 63 |
| Binary | 10101000 | 11011010 | 101011 | 10111 | 0 | 1010000 | 1111 | 1001101 | 1000110 | 110011 |
Color Harmonies of #A8DA2B
Complementary color
Monochromatic Colors of #A8DA2B
Black with #A8DA2B
Text Example
Text Example
White with #A8DA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DA2B; }
p { color: rgb(168,218,43); }
H1.HeaderClassName
{
color: #A8DA2B;
}
.AnyTagClassName
{
color: #A8DA2B;
}
</style>
background-color css
<style>
a { background-color: #A8DA2B; }
a { background-color: rgb(168,218,43); }
div.DivClassName
{
background-color: #A8DA2B;
}
.BgClassName
{
background-color: #A8DA2B;
}
</style>
border-color css
<style>
span { border-color: #A8DA2B; }
span { border-color: rgb(168,218,43); }
td.TdClassName
{
border-color: #A8DA2B;
}
.TagClassName
{
border-color: #A8DA2B;
}
</style>