Shades of Yellow Green #A8DA2F
Tints of Yellow Green #A8DA2F
RGB
CMYK
RGB Variations
Color information
#A8DA2F (or 0xA8DA2F) is known color: Yellow Green. HEX triplet: A8, DA and 2F. RGB value is (168,218,47). Sum of RGB (Red+Green+Blue) = 168+218+47=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 218 (85.55% from 255 or 50.35% from 433); Blue value is 47 (18.75% from 255 or 10.85% from 433); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DA2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DA2F is #5725D0. Grayscale: #B8B8B8. Windows color (decimal): -5711313 or 3136168. OLE color: 3136168.
HSL color Cylindrical-coordinate representation of color #A8DA2F: hue angle of 77.54º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A8DA2F is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 218 | 47 | - |
| CMYK | 0.23 | 0 | 0.78 | 0.15 |
| HSL | 77.54º | 0.7% | 0.52% | - |
| HSV(B) | 77.54º | 0.78% | 0.85% | - |
| XYZ | 41.73 | 58.67 | 11.81 | - |
| YUV | 183.56 | 50.94 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 218 | 47 | 0.23 | 0 | 0.78 | 0.15 | 77.54 | 0.7 | 0.52 |
| Hex | A8 | DA | 2F | 17 | 0 | 4E | F | 4E | 46 | 34 |
| Octal | 250 | 332 | 57 | 27 | 0 | 116 | 17 | 116 | 106 | 64 |
| Binary | 10101000 | 11011010 | 101111 | 10111 | 0 | 1001110 | 1111 | 1001110 | 1000110 | 110100 |
Color Harmonies of #A8DA2F
Complementary color
Monochromatic Colors of #A8DA2F
Black with #A8DA2F
Text Example
Text Example
White with #A8DA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DA2F; }
p { color: rgb(168,218,47); }
H1.HeaderClassName
{
color: #A8DA2F;
}
.AnyTagClassName
{
color: #A8DA2F;
}
</style>
background-color css
<style>
a { background-color: #A8DA2F; }
a { background-color: rgb(168,218,47); }
div.DivClassName
{
background-color: #A8DA2F;
}
.BgClassName
{
background-color: #A8DA2F;
}
</style>
border-color css
<style>
span { border-color: #A8DA2F; }
span { border-color: rgb(168,218,47); }
td.TdClassName
{
border-color: #A8DA2F;
}
.TagClassName
{
border-color: #A8DA2F;
}
</style>