Shades of Green Yellow #A5FA28
Tints of Green Yellow #A5FA28
RGB
CMYK
RGB Variations
Color information
#A5FA28 (or 0xA5FA28) is known color: Green Yellow. HEX triplet: A5, FA and 28. RGB value is (165,250,40). Sum of RGB (Red+Green+Blue) = 165+250+40=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 250 (98.05% from 255 or 54.95% from 455); Blue value is 40 (16.02% from 255 or 8.79% from 455); Max value from RGB is 250 - color contains mainly: green. Hex color #A5FA28 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5FA28 is #5A05D7. Grayscale: #C9C9C9. Windows color (decimal): -5899736 or 2685605. OLE color: 2685605.
HSL color Cylindrical-coordinate representation of color #A5FA28: hue angle of 84.29º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A5FA28 is Cyan = 0.34, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 250 | 40 | - |
| CMYK | 0.34 | 0 | 0.84 | 0.02 |
| HSL | 84.29º | 0.95% | 0.57% | - |
| HSV(B) | 84.29º | 0.84% | 0.98% | - |
| XYZ | 50.09 | 76.52 | 14.14 | - |
| YUV | 200.65 | 37.34 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 250 | 40 | 0.34 | 0 | 0.84 | 0.02 | 84.29 | 0.95 | 0.57 |
| Hex | A5 | FA | 28 | 22 | 0 | 54 | 2 | 54 | 5F | 39 |
| Octal | 245 | 372 | 50 | 42 | 0 | 124 | 2 | 124 | 137 | 71 |
| Binary | 10100101 | 11111010 | 101000 | 100010 | 0 | 1010100 | 10 | 1010100 | 1011111 | 111001 |
Color Harmonies of #A5FA28
Complementary color
Monochromatic Colors of #A5FA28
Black with #A5FA28
Text Example
Text Example
White with #A5FA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FA28; }
p { color: rgb(165,250,40); }
H1.HeaderClassName
{
color: #A5FA28;
}
.AnyTagClassName
{
color: #A5FA28;
}
</style>
background-color css
<style>
a { background-color: #A5FA28; }
a { background-color: rgb(165,250,40); }
div.DivClassName
{
background-color: #A5FA28;
}
.BgClassName
{
background-color: #A5FA28;
}
</style>
border-color css
<style>
span { border-color: #A5FA28; }
span { border-color: rgb(165,250,40); }
td.TdClassName
{
border-color: #A5FA28;
}
.TagClassName
{
border-color: #A5FA28;
}
</style>