Shades of Green Yellow #A8FF48
Tints of Green Yellow #A8FF48
RGB
CMYK
RGB Variations
Color information
#A8FF48 (or 0xA8FF48) is known color: Green Yellow. HEX triplet: A8, FF and 48. RGB value is (168,255,72). Sum of RGB (Red+Green+Blue) = 168+255+72=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 255 (100% from 255 or 51.52% from 495); Blue value is 72 (28.52% from 255 or 14.55% from 495); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FF48 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8FF48 is #5700B7. Grayscale: #D0D0D0. Windows color (decimal): -5701816 or 4784040. OLE color: 4784040.
HSL color Cylindrical-coordinate representation of color #A8FF48: hue angle of 88.52º 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 #A8FF48 is Cyan = 0.34, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 255 | 72 | - |
| CMYK | 0.34 | 0 | 0.72 | 0 |
| HSL | 88.52º | 1% | 0.64% | - |
| HSV(B) | 88.52º | 0.72% | 1% | - |
| XYZ | 53.08 | 80.31 | 18.84 | - |
| YUV | 208.13 | 51.18 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 255 | 72 | 0.34 | 0 | 0.72 | 0 | 88.52 | 1 | 0.64 |
| Hex | A8 | FF | 48 | 22 | 0 | 48 | 0 | 59 | 64 | 40 |
| Octal | 250 | 377 | 110 | 42 | 0 | 110 | 0 | 131 | 144 | 100 |
| Binary | 10101000 | 11111111 | 1001000 | 100010 | 0 | 1001000 | 0 | 1011001 | 1100100 | 1000000 |
Color Harmonies of #A8FF48
Complementary color
Monochromatic Colors of #A8FF48
Black with #A8FF48
Text Example
Text Example
White with #A8FF48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FF48; }
p { color: rgb(168,255,72); }
H1.HeaderClassName
{
color: #A8FF48;
}
.AnyTagClassName
{
color: #A8FF48;
}
</style>
background-color css
<style>
a { background-color: #A8FF48; }
a { background-color: rgb(168,255,72); }
div.DivClassName
{
background-color: #A8FF48;
}
.BgClassName
{
background-color: #A8FF48;
}
</style>
border-color css
<style>
span { border-color: #A8FF48; }
span { border-color: rgb(168,255,72); }
td.TdClassName
{
border-color: #A8FF48;
}
.TagClassName
{
border-color: #A8FF48;
}
</style>