Shades of Green Yellow #A5F447
Tints of Green Yellow #A5F447
RGB
CMYK
RGB Variations
Color information
#A5F447 (or 0xA5F447) is known color: Green Yellow. HEX triplet: A5, F4 and 47. RGB value is (165,244,71). Sum of RGB (Red+Green+Blue) = 165+244+71=480 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.38% from 480); Green value is 244 (95.70% from 255 or 50.83% from 480); Blue value is 71 (28.12% from 255 or 14.79% from 480); Max value from RGB is 244 - color contains mainly: green. Hex color #A5F447 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5F447 is #5A0BB8. Grayscale: #C9C9C9. Windows color (decimal): -5901241 or 4715685. OLE color: 4715685.
HSL color Cylindrical-coordinate representation of color #A5F447: hue angle of 87.4º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A5F447 is Cyan = 0.32, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 244 | 71 | - |
| CMYK | 0.32 | 0 | 0.71 | 0.04 |
| HSL | 87.4º | 0.89% | 0.62% | - |
| HSV(B) | 87.4º | 0.71% | 0.96% | - |
| XYZ | 49.01 | 73.16 | 17.5 | - |
| YUV | 200.66 | 54.83 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 244 | 71 | 0.32 | 0 | 0.71 | 0.04 | 87.4 | 0.89 | 0.62 |
| Hex | A5 | F4 | 47 | 20 | 0 | 47 | 4 | 57 | 59 | 3E |
| Octal | 245 | 364 | 107 | 40 | 0 | 107 | 4 | 127 | 131 | 76 |
| Binary | 10100101 | 11110100 | 1000111 | 100000 | 0 | 1000111 | 100 | 1010111 | 1011001 | 111110 |
Color Harmonies of #A5F447
Complementary color
Monochromatic Colors of #A5F447
Black with #A5F447
Text Example
Text Example
White with #A5F447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F447; }
p { color: rgb(165,244,71); }
H1.HeaderClassName
{
color: #A5F447;
}
.AnyTagClassName
{
color: #A5F447;
}
</style>
background-color css
<style>
a { background-color: #A5F447; }
a { background-color: rgb(165,244,71); }
div.DivClassName
{
background-color: #A5F447;
}
.BgClassName
{
background-color: #A5F447;
}
</style>
border-color css
<style>
span { border-color: #A5F447; }
span { border-color: rgb(165,244,71); }
td.TdClassName
{
border-color: #A5F447;
}
.TagClassName
{
border-color: #A5F447;
}
</style>