Shades of Green Yellow #A2FF52
Tints of Green Yellow #A2FF52
RGB
CMYK
RGB Variations
Color information
#A2FF52 (or 0xA2FF52) is known color: Green Yellow. HEX triplet: A2, FF and 52. RGB value is (162,255,82). Sum of RGB (Red+Green+Blue) = 162+255+82=499 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.46% from 499); Green value is 255 (100% from 255 or 51.10% from 499); Blue value is 82 (32.42% from 255 or 16.43% from 499); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FF52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2FF52 is #5D00AD. Grayscale: #D0D0D0. Windows color (decimal): -6095022 or 5439394. OLE color: 5439394.
HSL color Cylindrical-coordinate representation of color #A2FF52: hue angle of 92.25º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A2FF52 is Cyan = 0.36, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 255 | 82 | - |
| CMYK | 0.36 | 0 | 0.68 | 0 |
| HSL | 92.25º | 1% | 0.66% | - |
| HSV(B) | 92.25º | 0.68% | 1% | - |
| XYZ | 52.18 | 79.81 | 20.64 | - |
| YUV | 207.47 | 57.19 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 255 | 82 | 0.36 | 0 | 0.68 | 0 | 92.25 | 1 | 0.66 |
| Hex | A2 | FF | 52 | 24 | 0 | 44 | 0 | 5C | 64 | 42 |
| Octal | 242 | 377 | 122 | 44 | 0 | 104 | 0 | 134 | 144 | 102 |
| Binary | 10100010 | 11111111 | 1010010 | 100100 | 0 | 1000100 | 0 | 1011100 | 1100100 | 1000010 |
Color Harmonies of #A2FF52
Complementary color
Monochromatic Colors of #A2FF52
Black with #A2FF52
Text Example
Text Example
White with #A2FF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FF52; }
p { color: rgb(162,255,82); }
H1.HeaderClassName
{
color: #A2FF52;
}
.AnyTagClassName
{
color: #A2FF52;
}
</style>
background-color css
<style>
a { background-color: #A2FF52; }
a { background-color: rgb(162,255,82); }
div.DivClassName
{
background-color: #A2FF52;
}
.BgClassName
{
background-color: #A2FF52;
}
</style>
border-color css
<style>
span { border-color: #A2FF52; }
span { border-color: rgb(162,255,82); }
td.TdClassName
{
border-color: #A2FF52;
}
.TagClassName
{
border-color: #A2FF52;
}
</style>