Shades of Green Yellow #A8F827
Tints of Green Yellow #A8F827
RGB
CMYK
RGB Variations
Color information
#A8F827 (or 0xA8F827) is known color: Green Yellow. HEX triplet: A8, F8 and 27. RGB value is (168,248,39). Sum of RGB (Red+Green+Blue) = 168+248+39=455 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.92% from 455); Green value is 248 (97.27% from 255 or 54.51% from 455); Blue value is 39 (15.62% from 255 or 8.57% from 455); Max value from RGB is 248 - color contains mainly: green. Hex color #A8F827 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F827 is #5707D8. Grayscale: #C9C9C9. Windows color (decimal): -5703641 or 2619560. OLE color: 2619560.
HSL color Cylindrical-coordinate representation of color #A8F827: hue angle of 82.97º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A8F827 is Cyan = 0.32, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 248 | 39 | - |
| CMYK | 0.32 | 0 | 0.84 | 0.03 |
| HSL | 82.97º | 0.94% | 0.56% | - |
| HSV(B) | 82.97º | 0.84% | 0.97% | - |
| XYZ | 50.08 | 75.61 | 13.87 | - |
| YUV | 200.25 | 37 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 248 | 39 | 0.32 | 0 | 0.84 | 0.03 | 82.97 | 0.94 | 0.56 |
| Hex | A8 | F8 | 27 | 20 | 0 | 54 | 3 | 53 | 5E | 38 |
| Octal | 250 | 370 | 47 | 40 | 0 | 124 | 3 | 123 | 136 | 70 |
| Binary | 10101000 | 11111000 | 100111 | 100000 | 0 | 1010100 | 11 | 1010011 | 1011110 | 111000 |
Color Harmonies of #A8F827
Complementary color
Monochromatic Colors of #A8F827
Black with #A8F827
Text Example
Text Example
White with #A8F827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F827; }
p { color: rgb(168,248,39); }
H1.HeaderClassName
{
color: #A8F827;
}
.AnyTagClassName
{
color: #A8F827;
}
</style>
background-color css
<style>
a { background-color: #A8F827; }
a { background-color: rgb(168,248,39); }
div.DivClassName
{
background-color: #A8F827;
}
.BgClassName
{
background-color: #A8F827;
}
</style>
border-color css
<style>
span { border-color: #A8F827; }
span { border-color: rgb(168,248,39); }
td.TdClassName
{
border-color: #A8F827;
}
.TagClassName
{
border-color: #A8F827;
}
</style>