Shades of Green Yellow #A8FF47
Tints of Green Yellow #A8FF47
RGB
CMYK
RGB Variations
Color information
#A8FF47 (or 0xA8FF47) is known color: Green Yellow. HEX triplet: A8, FF and 47. RGB value is (168,255,71). Sum of RGB (Red+Green+Blue) = 168+255+71=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 255 (100% from 255 or 51.62% from 494); Blue value is 71 (28.12% from 255 or 14.37% from 494); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FF47 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8FF47 is #5700B8. Grayscale: #D0D0D0. Windows color (decimal): -5701817 or 4718504. OLE color: 4718504.
HSL color Cylindrical-coordinate representation of color #A8FF47: hue angle of 88.37º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A8FF47 is Cyan = 0.34, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 255 | 71 | - |
| CMYK | 0.34 | 0 | 0.72 | 0 |
| HSL | 88.37º | 1% | 0.64% | - |
| HSV(B) | 88.37º | 0.72% | 1% | - |
| XYZ | 53.05 | 80.3 | 18.66 | - |
| YUV | 208.01 | 50.68 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 255 | 71 | 0.34 | 0 | 0.72 | 0 | 88.37 | 1 | 0.64 |
| Hex | A8 | FF | 47 | 22 | 0 | 48 | 0 | 58 | 64 | 40 |
| Octal | 250 | 377 | 107 | 42 | 0 | 110 | 0 | 130 | 144 | 100 |
| Binary | 10101000 | 11111111 | 1000111 | 100010 | 0 | 1001000 | 0 | 1011000 | 1100100 | 1000000 |
Color Harmonies of #A8FF47
Complementary color
Monochromatic Colors of #A8FF47
Black with #A8FF47
Text Example
Text Example
White with #A8FF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FF47; }
p { color: rgb(168,255,71); }
H1.HeaderClassName
{
color: #A8FF47;
}
.AnyTagClassName
{
color: #A8FF47;
}
</style>
background-color css
<style>
a { background-color: #A8FF47; }
a { background-color: rgb(168,255,71); }
div.DivClassName
{
background-color: #A8FF47;
}
.BgClassName
{
background-color: #A8FF47;
}
</style>
border-color css
<style>
span { border-color: #A8FF47; }
span { border-color: rgb(168,255,71); }
td.TdClassName
{
border-color: #A8FF47;
}
.TagClassName
{
border-color: #A8FF47;
}
</style>