Shades of Green Yellow #A2FA28
Tints of Green Yellow #A2FA28
RGB
CMYK
RGB Variations
Color information
#A2FA28 (or 0xA2FA28) is known color: Green Yellow. HEX triplet: A2, FA and 28. RGB value is (162,250,40). Sum of RGB (Red+Green+Blue) = 162+250+40=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 250 (98.05% from 255 or 55.31% from 452); Blue value is 40 (16.02% from 255 or 8.85% from 452); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FA28 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2FA28 is #5D05D7. Grayscale: #C8C8C8. Windows color (decimal): -6096344 or 2685602. OLE color: 2685602.
HSL color Cylindrical-coordinate representation of color #A2FA28: hue angle of 85.14º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A2FA28 is Cyan = 0.35, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 250 | 40 | - |
| CMYK | 0.35 | 0 | 0.84 | 0.02 |
| HSL | 85.14º | 0.95% | 0.57% | - |
| HSV(B) | 85.14º | 0.84% | 0.98% | - |
| XYZ | 49.47 | 76.21 | 14.11 | - |
| YUV | 199.75 | 37.85 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 250 | 40 | 0.35 | 0 | 0.84 | 0.02 | 85.14 | 0.95 | 0.57 |
| Hex | A2 | FA | 28 | 23 | 0 | 54 | 2 | 55 | 5F | 39 |
| Octal | 242 | 372 | 50 | 43 | 0 | 124 | 2 | 125 | 137 | 71 |
| Binary | 10100010 | 11111010 | 101000 | 100011 | 0 | 1010100 | 10 | 1010101 | 1011111 | 111001 |
Color Harmonies of #A2FA28
Complementary color
Monochromatic Colors of #A2FA28
Black with #A2FA28
Text Example
Text Example
White with #A2FA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FA28; }
p { color: rgb(162,250,40); }
H1.HeaderClassName
{
color: #A2FA28;
}
.AnyTagClassName
{
color: #A2FA28;
}
</style>
background-color css
<style>
a { background-color: #A2FA28; }
a { background-color: rgb(162,250,40); }
div.DivClassName
{
background-color: #A2FA28;
}
.BgClassName
{
background-color: #A2FA28;
}
</style>
border-color css
<style>
span { border-color: #A2FA28; }
span { border-color: rgb(162,250,40); }
td.TdClassName
{
border-color: #A2FA28;
}
.TagClassName
{
border-color: #A2FA28;
}
</style>