Shades of Green Yellow #A2FC28
Tints of Green Yellow #A2FC28
RGB
CMYK
RGB Variations
Color information
#A2FC28 (or 0xA2FC28) is known color: Green Yellow. HEX triplet: A2, FC and 28. RGB value is (162,252,40). Sum of RGB (Red+Green+Blue) = 162+252+40=454 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.68% from 454); Green value is 252 (98.83% from 255 or 55.51% from 454); Blue value is 40 (16.02% from 255 or 8.81% from 454); Max value from RGB is 252 - color contains mainly: green. Hex color #A2FC28 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2FC28 is #5D03D7. Grayscale: #C9C9C9. Windows color (decimal): -6095832 or 2686114. OLE color: 2686114.
HSL color Cylindrical-coordinate representation of color #A2FC28: hue angle of 85.47º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A2FC28 is Cyan = 0.36, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 252 | 40 | - |
| CMYK | 0.36 | 0 | 0.84 | 0.01 |
| HSL | 85.47º | 0.97% | 0.57% | - |
| HSV(B) | 85.47º | 0.84% | 0.99% | - |
| XYZ | 50.09 | 77.46 | 14.32 | - |
| YUV | 200.92 | 37.18 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 252 | 40 | 0.36 | 0 | 0.84 | 0.01 | 85.47 | 0.97 | 0.57 |
| Hex | A2 | FC | 28 | 24 | 0 | 54 | 1 | 55 | 61 | 39 |
| Octal | 242 | 374 | 50 | 44 | 0 | 124 | 1 | 125 | 141 | 71 |
| Binary | 10100010 | 11111100 | 101000 | 100100 | 0 | 1010100 | 1 | 1010101 | 1100001 | 111001 |
Color Harmonies of #A2FC28
Complementary color
Monochromatic Colors of #A2FC28
Black with #A2FC28
Text Example
Text Example
White with #A2FC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FC28; }
p { color: rgb(162,252,40); }
H1.HeaderClassName
{
color: #A2FC28;
}
.AnyTagClassName
{
color: #A2FC28;
}
</style>
background-color css
<style>
a { background-color: #A2FC28; }
a { background-color: rgb(162,252,40); }
div.DivClassName
{
background-color: #A2FC28;
}
.BgClassName
{
background-color: #A2FC28;
}
</style>
border-color css
<style>
span { border-color: #A2FC28; }
span { border-color: rgb(162,252,40); }
td.TdClassName
{
border-color: #A2FC28;
}
.TagClassName
{
border-color: #A2FC28;
}
</style>