Shades of Green Yellow #A2F934
Tints of Green Yellow #A2F934
RGB
CMYK
RGB Variations
Color information
#A2F934 (or 0xA2F934) is known color: Green Yellow. HEX triplet: A2, F9 and 34. RGB value is (162,249,52). Sum of RGB (Red+Green+Blue) = 162+249+52=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 249 (97.66% from 255 or 53.78% from 463); Blue value is 52 (20.70% from 255 or 11.23% from 463); Max value from RGB is 249 - color contains mainly: green. Hex color #A2F934 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2F934 is #5D06CB. Grayscale: #C9C9C9. Windows color (decimal): -6096588 or 3471778. OLE color: 3471778.
HSL color Cylindrical-coordinate representation of color #A2F934: hue angle of 86.5º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A2F934 is Cyan = 0.35, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 249 | 52 | - |
| CMYK | 0.35 | 0 | 0.79 | 0.02 |
| HSL | 86.5º | 0.94% | 0.59% | - |
| HSV(B) | 86.5º | 0.79% | 0.98% | - |
| XYZ | 49.4 | 75.68 | 15.25 | - |
| YUV | 200.53 | 44.18 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 249 | 52 | 0.35 | 0 | 0.79 | 0.02 | 86.5 | 0.94 | 0.59 |
| Hex | A2 | F9 | 34 | 23 | 0 | 4F | 2 | 56 | 5E | 3B |
| Octal | 242 | 371 | 64 | 43 | 0 | 117 | 2 | 126 | 136 | 73 |
| Binary | 10100010 | 11111001 | 110100 | 100011 | 0 | 1001111 | 10 | 1010110 | 1011110 | 111011 |
Color Harmonies of #A2F934
Complementary color
Monochromatic Colors of #A2F934
Black with #A2F934
Text Example
Text Example
White with #A2F934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F934; }
p { color: rgb(162,249,52); }
H1.HeaderClassName
{
color: #A2F934;
}
.AnyTagClassName
{
color: #A2F934;
}
</style>
background-color css
<style>
a { background-color: #A2F934; }
a { background-color: rgb(162,249,52); }
div.DivClassName
{
background-color: #A2F934;
}
.BgClassName
{
background-color: #A2F934;
}
</style>
border-color css
<style>
span { border-color: #A2F934; }
span { border-color: rgb(162,249,52); }
td.TdClassName
{
border-color: #A2F934;
}
.TagClassName
{
border-color: #A2F934;
}
</style>