Shades of Green Yellow #A5FA3E
Tints of Green Yellow #A5FA3E
RGB
CMYK
RGB Variations
Color information
#A5FA3E (or 0xA5FA3E) is known color: Green Yellow. HEX triplet: A5, FA and 3E. RGB value is (165,250,62). Sum of RGB (Red+Green+Blue) = 165+250+62=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 250 (98.05% from 255 or 52.41% from 477); Blue value is 62 (24.61% from 255 or 13.00% from 477); Max value from RGB is 250 - color contains mainly: green. Hex color #A5FA3E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5FA3E is #5A05C1. Grayscale: #CBCBCB. Windows color (decimal): -5899714 or 4127397. OLE color: 4127397.
HSL color Cylindrical-coordinate representation of color #A5FA3E: hue angle of 87.13º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A5FA3E is Cyan = 0.34, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 250 | 62 | - |
| CMYK | 0.34 | 0 | 0.75 | 0.02 |
| HSL | 87.13º | 0.95% | 0.61% | - |
| HSV(B) | 87.13º | 0.75% | 0.98% | - |
| XYZ | 50.57 | 76.72 | 16.7 | - |
| YUV | 203.15 | 48.34 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 250 | 62 | 0.34 | 0 | 0.75 | 0.02 | 87.13 | 0.95 | 0.61 |
| Hex | A5 | FA | 3E | 22 | 0 | 4B | 2 | 57 | 5F | 3D |
| Octal | 245 | 372 | 76 | 42 | 0 | 113 | 2 | 127 | 137 | 75 |
| Binary | 10100101 | 11111010 | 111110 | 100010 | 0 | 1001011 | 10 | 1010111 | 1011111 | 111101 |
Color Harmonies of #A5FA3E
Complementary color
Monochromatic Colors of #A5FA3E
Black with #A5FA3E
Text Example
Text Example
White with #A5FA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FA3E; }
p { color: rgb(165,250,62); }
H1.HeaderClassName
{
color: #A5FA3E;
}
.AnyTagClassName
{
color: #A5FA3E;
}
</style>
background-color css
<style>
a { background-color: #A5FA3E; }
a { background-color: rgb(165,250,62); }
div.DivClassName
{
background-color: #A5FA3E;
}
.BgClassName
{
background-color: #A5FA3E;
}
</style>
border-color css
<style>
span { border-color: #A5FA3E; }
span { border-color: rgb(165,250,62); }
td.TdClassName
{
border-color: #A5FA3E;
}
.TagClassName
{
border-color: #A5FA3E;
}
</style>