Shades of Yellow Green #A8DF2A
Tints of Yellow Green #A8DF2A
RGB
CMYK
RGB Variations
Color information
#A8DF2A (or 0xA8DF2A) is known color: Yellow Green. HEX triplet: A8, DF and 2A. RGB value is (168,223,42). Sum of RGB (Red+Green+Blue) = 168+223+42=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 223 (87.5% from 255 or 51.50% from 433); Blue value is 42 (16.80% from 255 or 9.70% from 433); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DF2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DF2A is #5720D5. Grayscale: #BABABA. Windows color (decimal): -5710038 or 2809768. OLE color: 2809768.
HSL color Cylindrical-coordinate representation of color #A8DF2A: hue angle of 78.23º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A8DF2A is Cyan = 0.25, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 223 | 42 | - |
| CMYK | 0.25 | 0 | 0.81 | 0.13 |
| HSL | 78.23º | 0.74% | 0.52% | - |
| HSV(B) | 78.23º | 0.81% | 0.87% | - |
| XYZ | 42.95 | 61.27 | 11.75 | - |
| YUV | 185.92 | 46.78 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 223 | 42 | 0.25 | 0 | 0.81 | 0.13 | 78.23 | 0.74 | 0.52 |
| Hex | A8 | DF | 2A | 19 | 0 | 51 | D | 4E | 4A | 34 |
| Octal | 250 | 337 | 52 | 31 | 0 | 121 | 15 | 116 | 112 | 64 |
| Binary | 10101000 | 11011111 | 101010 | 11001 | 0 | 1010001 | 1101 | 1001110 | 1001010 | 110100 |
Color Harmonies of #A8DF2A
Complementary color
Monochromatic Colors of #A8DF2A
Black with #A8DF2A
Text Example
Text Example
White with #A8DF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DF2A; }
p { color: rgb(168,223,42); }
H1.HeaderClassName
{
color: #A8DF2A;
}
.AnyTagClassName
{
color: #A8DF2A;
}
</style>
background-color css
<style>
a { background-color: #A8DF2A; }
a { background-color: rgb(168,223,42); }
div.DivClassName
{
background-color: #A8DF2A;
}
.BgClassName
{
background-color: #A8DF2A;
}
</style>
border-color css
<style>
span { border-color: #A8DF2A; }
span { border-color: rgb(168,223,42); }
td.TdClassName
{
border-color: #A8DF2A;
}
.TagClassName
{
border-color: #A8DF2A;
}
</style>