Shades of Green Yellow #A5FF25
Tints of Green Yellow #A5FF25
RGB
CMYK
RGB Variations
Color information
#A5FF25 (or 0xA5FF25) is known color: Green Yellow. HEX triplet: A5, FF and 25. RGB value is (165,255,37). Sum of RGB (Red+Green+Blue) = 165+255+37=457 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.11% from 457); Green value is 255 (100% from 255 or 55.80% from 457); Blue value is 37 (14.84% from 255 or 8.10% from 457); Max value from RGB is 255 - color contains mainly: green. Hex color #A5FF25 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5FF25 is #5A00DA. Grayscale: #CCCCCC. Windows color (decimal): -5898459 or 2490277. OLE color: 2490277.
HSL color Cylindrical-coordinate representation of color #A5FF25: hue angle of 84.77º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A5FF25 is Cyan = 0.35, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 255 | 37 | - |
| CMYK | 0.35 | 0 | 0.85 | 0 |
| HSL | 84.77º | 1% | 0.57% | - |
| HSV(B) | 84.77º | 0.85% | 1% | - |
| XYZ | 51.61 | 79.65 | 14.4 | - |
| YUV | 203.24 | 34.18 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 255 | 37 | 0.35 | 0 | 0.85 | 0 | 84.77 | 1 | 0.57 |
| Hex | A5 | FF | 25 | 23 | 0 | 55 | 0 | 55 | 64 | 39 |
| Octal | 245 | 377 | 45 | 43 | 0 | 125 | 0 | 125 | 144 | 71 |
| Binary | 10100101 | 11111111 | 100101 | 100011 | 0 | 1010101 | 0 | 1010101 | 1100100 | 111001 |
Color Harmonies of #A5FF25
Complementary color
Monochromatic Colors of #A5FF25
Black with #A5FF25
Text Example
Text Example
White with #A5FF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FF25; }
p { color: rgb(165,255,37); }
H1.HeaderClassName
{
color: #A5FF25;
}
.AnyTagClassName
{
color: #A5FF25;
}
</style>
background-color css
<style>
a { background-color: #A5FF25; }
a { background-color: rgb(165,255,37); }
div.DivClassName
{
background-color: #A5FF25;
}
.BgClassName
{
background-color: #A5FF25;
}
</style>
border-color css
<style>
span { border-color: #A5FF25; }
span { border-color: rgb(165,255,37); }
td.TdClassName
{
border-color: #A5FF25;
}
.TagClassName
{
border-color: #A5FF25;
}
</style>