Shades of Green Yellow #A2F32C
Tints of Green Yellow #A2F32C
RGB
CMYK
RGB Variations
Color information
#A2F32C (or 0xA2F32C) is known color: Green Yellow. HEX triplet: A2, F3 and 2C. RGB value is (162,243,44). Sum of RGB (Red+Green+Blue) = 162+243+44=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 243 (95.31% from 255 or 54.12% from 449); Blue value is 44 (17.58% from 255 or 9.80% from 449); Max value from RGB is 243 - color contains mainly: green. Hex color #A2F32C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2F32C is #5D0CD3. Grayscale: #C4C4C4. Windows color (decimal): -6098132 or 2945954. OLE color: 2945954.
HSL color Cylindrical-coordinate representation of color #A2F32C: hue angle of 84.42º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A2F32C is Cyan = 0.33, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 243 | 44 | - |
| CMYK | 0.33 | 0 | 0.82 | 0.05 |
| HSL | 84.42º | 0.89% | 0.56% | - |
| HSV(B) | 84.42º | 0.82% | 0.95% | - |
| XYZ | 47.41 | 71.96 | 13.77 | - |
| YUV | 196.1 | 42.16 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 243 | 44 | 0.33 | 0 | 0.82 | 0.05 | 84.42 | 0.89 | 0.56 |
| Hex | A2 | F3 | 2C | 21 | 0 | 52 | 5 | 54 | 59 | 38 |
| Octal | 242 | 363 | 54 | 41 | 0 | 122 | 5 | 124 | 131 | 70 |
| Binary | 10100010 | 11110011 | 101100 | 100001 | 0 | 1010010 | 101 | 1010100 | 1011001 | 111000 |
Color Harmonies of #A2F32C
Complementary color
Monochromatic Colors of #A2F32C
Black with #A2F32C
Text Example
Text Example
White with #A2F32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F32C; }
p { color: rgb(162,243,44); }
H1.HeaderClassName
{
color: #A2F32C;
}
.AnyTagClassName
{
color: #A2F32C;
}
</style>
background-color css
<style>
a { background-color: #A2F32C; }
a { background-color: rgb(162,243,44); }
div.DivClassName
{
background-color: #A2F32C;
}
.BgClassName
{
background-color: #A2F32C;
}
</style>
border-color css
<style>
span { border-color: #A2F32C; }
span { border-color: rgb(162,243,44); }
td.TdClassName
{
border-color: #A2F32C;
}
.TagClassName
{
border-color: #A2F32C;
}
</style>