Shades of Yellow Green #A8DE2B
Tints of Yellow Green #A8DE2B
RGB
CMYK
RGB Variations
Color information
#A8DE2B (or 0xA8DE2B) is known color: Yellow Green. HEX triplet: A8, DE and 2B. RGB value is (168,222,43). Sum of RGB (Red+Green+Blue) = 168+222+43=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 222 (87.11% from 255 or 51.27% from 433); Blue value is 43 (17.19% from 255 or 9.93% from 433); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DE2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DE2B is #5721D4. Grayscale: #BABABA. Windows color (decimal): -5710293 or 2875048. OLE color: 2875048.
HSL color Cylindrical-coordinate representation of color #A8DE2B: hue angle of 78.1º degrees, saturation: 0.73, 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 #A8DE2B is Cyan = 0.24, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 222 | 43 | - |
| CMYK | 0.24 | 0 | 0.81 | 0.13 |
| HSL | 78.1º | 0.73% | 0.52% | - |
| HSV(B) | 78.1º | 0.81% | 0.87% | - |
| XYZ | 42.71 | 60.74 | 11.76 | - |
| YUV | 185.45 | 47.61 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 222 | 43 | 0.24 | 0 | 0.81 | 0.13 | 78.1 | 0.73 | 0.52 |
| Hex | A8 | DE | 2B | 18 | 0 | 51 | D | 4E | 49 | 34 |
| Octal | 250 | 336 | 53 | 30 | 0 | 121 | 15 | 116 | 111 | 64 |
| Binary | 10101000 | 11011110 | 101011 | 11000 | 0 | 1010001 | 1101 | 1001110 | 1001001 | 110100 |
Color Harmonies of #A8DE2B
Complementary color
Monochromatic Colors of #A8DE2B
Black with #A8DE2B
Text Example
Text Example
White with #A8DE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DE2B; }
p { color: rgb(168,222,43); }
H1.HeaderClassName
{
color: #A8DE2B;
}
.AnyTagClassName
{
color: #A8DE2B;
}
</style>
background-color css
<style>
a { background-color: #A8DE2B; }
a { background-color: rgb(168,222,43); }
div.DivClassName
{
background-color: #A8DE2B;
}
.BgClassName
{
background-color: #A8DE2B;
}
</style>
border-color css
<style>
span { border-color: #A8DE2B; }
span { border-color: rgb(168,222,43); }
td.TdClassName
{
border-color: #A8DE2B;
}
.TagClassName
{
border-color: #A8DE2B;
}
</style>