Shades of Green Yellow #A2F348
Tints of Green Yellow #A2F348
RGB
CMYK
RGB Variations
Color information
#A2F348 (or 0xA2F348) is known color: Green Yellow. HEX triplet: A2, F3 and 48. RGB value is (162,243,72). Sum of RGB (Red+Green+Blue) = 162+243+72=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 243 (95.31% from 255 or 50.94% from 477); Blue value is 72 (28.52% from 255 or 15.09% from 477); Max value from RGB is 243 - color contains mainly: green. Hex color #A2F348 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2F348 is #5D0CB7. Grayscale: #C7C7C7. Windows color (decimal): -6098104 or 4780962. OLE color: 4780962.
HSL color Cylindrical-coordinate representation of color #A2F348: hue angle of 88.42º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A2F348 is Cyan = 0.33, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 243 | 72 | - |
| CMYK | 0.33 | 0 | 0.70 | 0.05 |
| HSL | 88.42º | 0.88% | 0.62% | - |
| HSV(B) | 88.42º | 0.7% | 0.95% | - |
| XYZ | 48.12 | 72.25 | 17.54 | - |
| YUV | 199.29 | 56.16 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 243 | 72 | 0.33 | 0 | 0.70 | 0.05 | 88.42 | 0.88 | 0.62 |
| Hex | A2 | F3 | 48 | 21 | 0 | 46 | 5 | 58 | 58 | 3E |
| Octal | 242 | 363 | 110 | 41 | 0 | 106 | 5 | 130 | 130 | 76 |
| Binary | 10100010 | 11110011 | 1001000 | 100001 | 0 | 1000110 | 101 | 1011000 | 1011000 | 111110 |
Color Harmonies of #A2F348
Complementary color
Monochromatic Colors of #A2F348
Black with #A2F348
Text Example
Text Example
White with #A2F348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F348; }
p { color: rgb(162,243,72); }
H1.HeaderClassName
{
color: #A2F348;
}
.AnyTagClassName
{
color: #A2F348;
}
</style>
background-color css
<style>
a { background-color: #A2F348; }
a { background-color: rgb(162,243,72); }
div.DivClassName
{
background-color: #A2F348;
}
.BgClassName
{
background-color: #A2F348;
}
</style>
border-color css
<style>
span { border-color: #A2F348; }
span { border-color: rgb(162,243,72); }
td.TdClassName
{
border-color: #A2F348;
}
.TagClassName
{
border-color: #A2F348;
}
</style>