Shades of Feijoa #A5FD7A
Tints of Feijoa #A5FD7A
RGB
CMYK
RGB Variations
Color information
#A5FD7A (or 0xA5FD7A) is known color: Feijoa. HEX triplet: A5, FD and 7A. RGB value is (165,253,122). Sum of RGB (Red+Green+Blue) = 165+253+122=540 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.56% from 540); Green value is 253 (99.22% from 255 or 46.85% from 540); Blue value is 122 (48.05% from 255 or 22.59% from 540); Max value from RGB is 253 - color contains mainly: green. Hex color #A5FD7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5FD7A is #5A0285. Grayscale: #D4D4D4. Windows color (decimal): -5898886 or 8060325. OLE color: 8060325.
HSL color Cylindrical-coordinate representation of color #A5FD7A: hue angle of 100.31º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A5FD7A is Cyan = 0.35, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 253 | 122 | - |
| CMYK | 0.35 | 0 | 0.52 | 0.01 |
| HSL | 100.31º | 0.97% | 0.74% | - |
| HSV(B) | 100.31º | 0.52% | 0.99% | - |
| XYZ | 54.16 | 79.66 | 30.93 | - |
| YUV | 211.75 | 77.35 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 253 | 122 | 0.35 | 0 | 0.52 | 0.01 | 100.31 | 0.97 | 0.74 |
| Hex | A5 | FD | 7A | 23 | 0 | 34 | 1 | 64 | 61 | 4A |
| Octal | 245 | 375 | 172 | 43 | 0 | 64 | 1 | 144 | 141 | 112 |
| Binary | 10100101 | 11111101 | 1111010 | 100011 | 0 | 110100 | 1 | 1100100 | 1100001 | 1001010 |
Color Harmonies of #A5FD7A
Complementary color
Monochromatic Colors of #A5FD7A
Black with #A5FD7A
Text Example
Text Example
White with #A5FD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FD7A; }
p { color: rgb(165,253,122); }
H1.HeaderClassName
{
color: #A5FD7A;
}
.AnyTagClassName
{
color: #A5FD7A;
}
</style>
background-color css
<style>
a { background-color: #A5FD7A; }
a { background-color: rgb(165,253,122); }
div.DivClassName
{
background-color: #A5FD7A;
}
.BgClassName
{
background-color: #A5FD7A;
}
</style>
border-color css
<style>
span { border-color: #A5FD7A; }
span { border-color: rgb(165,253,122); }
td.TdClassName
{
border-color: #A5FD7A;
}
.TagClassName
{
border-color: #A5FD7A;
}
</style>