Shades of Green Yellow #A8F82B
Tints of Green Yellow #A8F82B
RGB
CMYK
RGB Variations
Color information
#A8F82B (or 0xA8F82B) is known color: Green Yellow. HEX triplet: A8, F8 and 2B. RGB value is (168,248,43). Sum of RGB (Red+Green+Blue) = 168+248+43=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 248 (97.27% from 255 or 54.03% from 459); Blue value is 43 (17.19% from 255 or 9.37% from 459); Max value from RGB is 248 - color contains mainly: green. Hex color #A8F82B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F82B is #5707D4. Grayscale: #C9C9C9. Windows color (decimal): -5703637 or 2881704. OLE color: 2881704.
HSL color Cylindrical-coordinate representation of color #A8F82B: hue angle of 83.41º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A8F82B is Cyan = 0.32, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 248 | 43 | - |
| CMYK | 0.32 | 0 | 0.83 | 0.03 |
| HSL | 83.41º | 0.94% | 0.57% | - |
| HSV(B) | 83.41º | 0.83% | 0.97% | - |
| XYZ | 50.15 | 75.63 | 14.24 | - |
| YUV | 200.71 | 39 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 248 | 43 | 0.32 | 0 | 0.83 | 0.03 | 83.41 | 0.94 | 0.57 |
| Hex | A8 | F8 | 2B | 20 | 0 | 53 | 3 | 53 | 5E | 39 |
| Octal | 250 | 370 | 53 | 40 | 0 | 123 | 3 | 123 | 136 | 71 |
| Binary | 10101000 | 11111000 | 101011 | 100000 | 0 | 1010011 | 11 | 1010011 | 1011110 | 111001 |
Color Harmonies of #A8F82B
Complementary color
Monochromatic Colors of #A8F82B
Black with #A8F82B
Text Example
Text Example
White with #A8F82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F82B; }
p { color: rgb(168,248,43); }
H1.HeaderClassName
{
color: #A8F82B;
}
.AnyTagClassName
{
color: #A8F82B;
}
</style>
background-color css
<style>
a { background-color: #A8F82B; }
a { background-color: rgb(168,248,43); }
div.DivClassName
{
background-color: #A8F82B;
}
.BgClassName
{
background-color: #A8F82B;
}
</style>
border-color css
<style>
span { border-color: #A8F82B; }
span { border-color: rgb(168,248,43); }
td.TdClassName
{
border-color: #A8F82B;
}
.TagClassName
{
border-color: #A8F82B;
}
</style>