Shades of Green Yellow #A8FF1D
Tints of Green Yellow #A8FF1D
RGB
CMYK
RGB Variations
Color information
#A8FF1D (or 0xA8FF1D) is known color: Green Yellow. HEX triplet: A8, FF and 1D. RGB value is (168,255,29). Sum of RGB (Red+Green+Blue) = 168+255+29=452 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.17% from 452); Green value is 255 (100% from 255 or 56.42% from 452); Blue value is 29 (11.72% from 255 or 6.42% from 452); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FF1D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8FF1D is #5700E2. Grayscale: #CCCCCC. Windows color (decimal): -5701859 or 1965992. OLE color: 1965992.
HSL color Cylindrical-coordinate representation of color #A8FF1D: hue angle of 83.1º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A8FF1D is Cyan = 0.34, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 255 | 29 | - |
| CMYK | 0.34 | 0 | 0.89 | 0 |
| HSL | 83.1º | 1% | 0.56% | - |
| HSV(B) | 83.1º | 0.89% | 1% | - |
| XYZ | 52.13 | 79.93 | 13.84 | - |
| YUV | 203.22 | 29.68 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 255 | 29 | 0.34 | 0 | 0.89 | 0 | 83.1 | 1 | 0.56 |
| Hex | A8 | FF | 1D | 22 | 0 | 59 | 0 | 53 | 64 | 38 |
| Octal | 250 | 377 | 35 | 42 | 0 | 131 | 0 | 123 | 144 | 70 |
| Binary | 10101000 | 11111111 | 11101 | 100010 | 0 | 1011001 | 0 | 1010011 | 1100100 | 111000 |
Color Harmonies of #A8FF1D
Complementary color
Monochromatic Colors of #A8FF1D
Black with #A8FF1D
Text Example
Text Example
White with #A8FF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FF1D; }
p { color: rgb(168,255,29); }
H1.HeaderClassName
{
color: #A8FF1D;
}
.AnyTagClassName
{
color: #A8FF1D;
}
</style>
background-color css
<style>
a { background-color: #A8FF1D; }
a { background-color: rgb(168,255,29); }
div.DivClassName
{
background-color: #A8FF1D;
}
.BgClassName
{
background-color: #A8FF1D;
}
</style>
border-color css
<style>
span { border-color: #A8FF1D; }
span { border-color: rgb(168,255,29); }
td.TdClassName
{
border-color: #A8FF1D;
}
.TagClassName
{
border-color: #A8FF1D;
}
</style>