Shades of Green Yellow #A8F83B
Tints of Green Yellow #A8F83B
RGB
CMYK
RGB Variations
Color information
#A8F83B (or 0xA8F83B) is known color: Green Yellow. HEX triplet: A8, F8 and 3B. RGB value is (168,248,59). Sum of RGB (Red+Green+Blue) = 168+248+59=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 248 (97.27% from 255 or 52.21% from 475); Blue value is 59 (23.44% from 255 or 12.42% from 475); Max value from RGB is 248 - color contains mainly: green. Hex color #A8F83B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F83B is #5707C4. Grayscale: #CBCBCB. Windows color (decimal): -5703621 or 3930280. OLE color: 3930280.
HSL color Cylindrical-coordinate representation of color #A8F83B: hue angle of 85.4º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A8F83B is Cyan = 0.32, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 248 | 59 | - |
| CMYK | 0.32 | 0 | 0.76 | 0.03 |
| HSL | 85.4º | 0.93% | 0.6% | - |
| HSV(B) | 85.4º | 0.76% | 0.97% | - |
| XYZ | 50.51 | 75.78 | 16.1 | - |
| YUV | 202.53 | 47 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 248 | 59 | 0.32 | 0 | 0.76 | 0.03 | 85.4 | 0.93 | 0.6 |
| Hex | A8 | F8 | 3B | 20 | 0 | 4C | 3 | 55 | 5D | 3C |
| Octal | 250 | 370 | 73 | 40 | 0 | 114 | 3 | 125 | 135 | 74 |
| Binary | 10101000 | 11111000 | 111011 | 100000 | 0 | 1001100 | 11 | 1010101 | 1011101 | 111100 |
Color Harmonies of #A8F83B
Complementary color
Monochromatic Colors of #A8F83B
Black with #A8F83B
Text Example
Text Example
White with #A8F83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F83B; }
p { color: rgb(168,248,59); }
H1.HeaderClassName
{
color: #A8F83B;
}
.AnyTagClassName
{
color: #A8F83B;
}
</style>
background-color css
<style>
a { background-color: #A8F83B; }
a { background-color: rgb(168,248,59); }
div.DivClassName
{
background-color: #A8F83B;
}
.BgClassName
{
background-color: #A8F83B;
}
</style>
border-color css
<style>
span { border-color: #A8F83B; }
span { border-color: rgb(168,248,59); }
td.TdClassName
{
border-color: #A8F83B;
}
.TagClassName
{
border-color: #A8F83B;
}
</style>