Shades of Feijoa #A5D075
Tints of Feijoa #A5D075
RGB
CMYK
RGB Variations
Color information
#A5D075 (or 0xA5D075) is known color: Feijoa. HEX triplet: A5, D0 and 75. RGB value is (165,208,117). Sum of RGB (Red+Green+Blue) = 165+208+117=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 208 (81.64% from 255 or 42.45% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 208 - color contains mainly: green. Hex color #A5D075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D075 is #5A2F8A. Grayscale: #B9B9B9. Windows color (decimal): -5910411 or 7721125. OLE color: 7721125.
HSL color Cylindrical-coordinate representation of color #A5D075: hue angle of 88.35º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A5D075 is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 208 | 117 | - |
| CMYK | 0.21 | 0 | 0.44 | 0.18 |
| HSL | 88.35º | 0.49% | 0.64% | - |
| HSV(B) | 88.35º | 0.44% | 0.82% | - |
| XYZ | 41.28 | 54.4 | 25.15 | - |
| YUV | 184.77 | 89.75 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 208 | 117 | 0.21 | 0 | 0.44 | 0.18 | 88.35 | 0.49 | 0.64 |
| Hex | A5 | D0 | 75 | 15 | 0 | 2C | 12 | 58 | 31 | 40 |
| Octal | 245 | 320 | 165 | 25 | 0 | 54 | 22 | 130 | 61 | 100 |
| Binary | 10100101 | 11010000 | 1110101 | 10101 | 0 | 101100 | 10010 | 1011000 | 110001 | 1000000 |
Color Harmonies of #A5D075
Complementary color
Monochromatic Colors of #A5D075
Black with #A5D075
Text Example
Text Example
White with #A5D075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D075; }
p { color: rgb(165,208,117); }
H1.HeaderClassName
{
color: #A5D075;
}
.AnyTagClassName
{
color: #A5D075;
}
</style>
background-color css
<style>
a { background-color: #A5D075; }
a { background-color: rgb(165,208,117); }
div.DivClassName
{
background-color: #A5D075;
}
.BgClassName
{
background-color: #A5D075;
}
</style>
border-color css
<style>
span { border-color: #A5D075; }
span { border-color: rgb(165,208,117); }
td.TdClassName
{
border-color: #A5D075;
}
.TagClassName
{
border-color: #A5D075;
}
</style>