Shades of Green Yellow #A5F449
Tints of Green Yellow #A5F449
RGB
CMYK
RGB Variations
Color information
#A5F449 (or 0xA5F449) is known color: Green Yellow. HEX triplet: A5, F4 and 49. RGB value is (165,244,73). Sum of RGB (Red+Green+Blue) = 165+244+73=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 244 (95.70% from 255 or 50.62% from 482); Blue value is 73 (28.91% from 255 or 15.15% from 482); Max value from RGB is 244 - color contains mainly: green. Hex color #A5F449 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5F449 is #5A0BB6. Grayscale: #C9C9C9. Windows color (decimal): -5901239 or 4846757. OLE color: 4846757.
HSL color Cylindrical-coordinate representation of color #A5F449: hue angle of 87.72º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A5F449 is Cyan = 0.32, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 244 | 73 | - |
| CMYK | 0.32 | 0 | 0.70 | 0.04 |
| HSL | 87.72º | 0.89% | 0.62% | - |
| HSV(B) | 87.72º | 0.7% | 0.96% | - |
| XYZ | 49.07 | 73.18 | 17.84 | - |
| YUV | 200.89 | 55.83 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 244 | 73 | 0.32 | 0 | 0.70 | 0.04 | 87.72 | 0.89 | 0.62 |
| Hex | A5 | F4 | 49 | 20 | 0 | 46 | 4 | 58 | 59 | 3E |
| Octal | 245 | 364 | 111 | 40 | 0 | 106 | 4 | 130 | 131 | 76 |
| Binary | 10100101 | 11110100 | 1001001 | 100000 | 0 | 1000110 | 100 | 1011000 | 1011001 | 111110 |
Color Harmonies of #A5F449
Complementary color
Monochromatic Colors of #A5F449
Black with #A5F449
Text Example
Text Example
White with #A5F449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F449; }
p { color: rgb(165,244,73); }
H1.HeaderClassName
{
color: #A5F449;
}
.AnyTagClassName
{
color: #A5F449;
}
</style>
background-color css
<style>
a { background-color: #A5F449; }
a { background-color: rgb(165,244,73); }
div.DivClassName
{
background-color: #A5F449;
}
.BgClassName
{
background-color: #A5F449;
}
</style>
border-color css
<style>
span { border-color: #A5F449; }
span { border-color: rgb(165,244,73); }
td.TdClassName
{
border-color: #A5F449;
}
.TagClassName
{
border-color: #A5F449;
}
</style>