Shades of Green Yellow #A2F326
Tints of Green Yellow #A2F326
RGB
CMYK
RGB Variations
Color information
#A2F326 (or 0xA2F326) is known color: Green Yellow. HEX triplet: A2, F3 and 26. RGB value is (162,243,38). Sum of RGB (Red+Green+Blue) = 162+243+38=443 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.57% from 443); Green value is 243 (95.31% from 255 or 54.85% from 443); Blue value is 38 (15.23% from 255 or 8.58% from 443); Max value from RGB is 243 - color contains mainly: green. Hex color #A2F326 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2F326 is #5D0CD9. Grayscale: #C4C4C4. Windows color (decimal): -6098138 or 2552738. OLE color: 2552738.
HSL color Cylindrical-coordinate representation of color #A2F326: hue angle of 83.71º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A2F326 is Cyan = 0.33, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 243 | 38 | - |
| CMYK | 0.33 | 0 | 0.84 | 0.05 |
| HSL | 83.71º | 0.9% | 0.55% | - |
| HSV(B) | 83.71º | 0.84% | 0.95% | - |
| XYZ | 47.3 | 71.92 | 13.22 | - |
| YUV | 195.41 | 39.16 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 243 | 38 | 0.33 | 0 | 0.84 | 0.05 | 83.71 | 0.9 | 0.55 |
| Hex | A2 | F3 | 26 | 21 | 0 | 54 | 5 | 54 | 5A | 37 |
| Octal | 242 | 363 | 46 | 41 | 0 | 124 | 5 | 124 | 132 | 67 |
| Binary | 10100010 | 11110011 | 100110 | 100001 | 0 | 1010100 | 101 | 1010100 | 1011010 | 110111 |
Color Harmonies of #A2F326
Complementary color
Monochromatic Colors of #A2F326
Black with #A2F326
Text Example
Text Example
White with #A2F326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F326; }
p { color: rgb(162,243,38); }
H1.HeaderClassName
{
color: #A2F326;
}
.AnyTagClassName
{
color: #A2F326;
}
</style>
background-color css
<style>
a { background-color: #A2F326; }
a { background-color: rgb(162,243,38); }
div.DivClassName
{
background-color: #A2F326;
}
.BgClassName
{
background-color: #A2F326;
}
</style>
border-color css
<style>
span { border-color: #A2F326; }
span { border-color: rgb(162,243,38); }
td.TdClassName
{
border-color: #A2F326;
}
.TagClassName
{
border-color: #A2F326;
}
</style>