Shades of Green Yellow #A5F428
Tints of Green Yellow #A5F428
RGB
CMYK
RGB Variations
Color information
#A5F428 (or 0xA5F428) is known color: Green Yellow. HEX triplet: A5, F4 and 28. RGB value is (165,244,40). Sum of RGB (Red+Green+Blue) = 165+244+40=449 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.75% from 449); Green value is 244 (95.70% from 255 or 54.34% from 449); Blue value is 40 (16.02% from 255 or 8.91% from 449); Max value from RGB is 244 - color contains mainly: green. Hex color #A5F428 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5F428 is #5A0BD7. Grayscale: #C5C5C5. Windows color (decimal): -5901272 or 2684069. OLE color: 2684069.
HSL color Cylindrical-coordinate representation of color #A5F428: hue angle of 83.24º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A5F428 is Cyan = 0.32, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 244 | 40 | - |
| CMYK | 0.32 | 0 | 0.84 | 0.04 |
| HSL | 83.24º | 0.9% | 0.56% | - |
| HSV(B) | 83.24º | 0.84% | 0.96% | - |
| XYZ | 48.25 | 72.85 | 13.53 | - |
| YUV | 197.12 | 39.33 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 244 | 40 | 0.32 | 0 | 0.84 | 0.04 | 83.24 | 0.9 | 0.56 |
| Hex | A5 | F4 | 28 | 20 | 0 | 54 | 4 | 53 | 5A | 38 |
| Octal | 245 | 364 | 50 | 40 | 0 | 124 | 4 | 123 | 132 | 70 |
| Binary | 10100101 | 11110100 | 101000 | 100000 | 0 | 1010100 | 100 | 1010011 | 1011010 | 111000 |
Color Harmonies of #A5F428
Complementary color
Monochromatic Colors of #A5F428
Black with #A5F428
Text Example
Text Example
White with #A5F428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F428; }
p { color: rgb(165,244,40); }
H1.HeaderClassName
{
color: #A5F428;
}
.AnyTagClassName
{
color: #A5F428;
}
</style>
background-color css
<style>
a { background-color: #A5F428; }
a { background-color: rgb(165,244,40); }
div.DivClassName
{
background-color: #A5F428;
}
.BgClassName
{
background-color: #A5F428;
}
</style>
border-color css
<style>
span { border-color: #A5F428; }
span { border-color: rgb(165,244,40); }
td.TdClassName
{
border-color: #A5F428;
}
.TagClassName
{
border-color: #A5F428;
}
</style>