Shades of Feijoa #A5F67F
Tints of Feijoa #A5F67F
RGB
CMYK
RGB Variations
Color information
#A5F67F (or 0xA5F67F) is known color: Feijoa. HEX triplet: A5, F6 and 7F. RGB value is (165,246,127). Sum of RGB (Red+Green+Blue) = 165+246+127=538 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.67% from 538); Green value is 246 (96.48% from 255 or 45.72% from 538); Blue value is 127 (50% from 255 or 23.61% from 538); Max value from RGB is 246 - color contains mainly: green. Hex color #A5F67F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F67F is #5A0980. Grayscale: #D0D0D0. Windows color (decimal): -5900673 or 8386213. OLE color: 8386213.
HSL color Cylindrical-coordinate representation of color #A5F67F: hue angle of 100.84º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A5F67F is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 246 | 127 | - |
| CMYK | 0.33 | 0 | 0.48 | 0.04 |
| HSL | 100.84º | 0.87% | 0.73% | - |
| HSV(B) | 100.84º | 0.48% | 0.96% | - |
| XYZ | 52.3 | 75.44 | 31.88 | - |
| YUV | 208.22 | 82.16 | 97.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 246 | 127 | 0.33 | 0 | 0.48 | 0.04 | 100.84 | 0.87 | 0.73 |
| Hex | A5 | F6 | 7F | 21 | 0 | 30 | 4 | 65 | 57 | 49 |
| Octal | 245 | 366 | 177 | 41 | 0 | 60 | 4 | 145 | 127 | 111 |
| Binary | 10100101 | 11110110 | 1111111 | 100001 | 0 | 110000 | 100 | 1100101 | 1010111 | 1001001 |
Color Harmonies of #A5F67F
Complementary color
Monochromatic Colors of #A5F67F
Black with #A5F67F
Text Example
Text Example
White with #A5F67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F67F; }
p { color: rgb(165,246,127); }
H1.HeaderClassName
{
color: #A5F67F;
}
.AnyTagClassName
{
color: #A5F67F;
}
</style>
background-color css
<style>
a { background-color: #A5F67F; }
a { background-color: rgb(165,246,127); }
div.DivClassName
{
background-color: #A5F67F;
}
.BgClassName
{
background-color: #A5F67F;
}
</style>
border-color css
<style>
span { border-color: #A5F67F; }
span { border-color: rgb(165,246,127); }
td.TdClassName
{
border-color: #A5F67F;
}
.TagClassName
{
border-color: #A5F67F;
}
</style>