Shades of Feijoa #A7F485
Tints of Feijoa #A7F485
RGB
CMYK
RGB Variations
Color information
#A7F485 (or 0xA7F485) is known color: Feijoa. HEX triplet: A7, F4 and 85. RGB value is (167,244,133). Sum of RGB (Red+Green+Blue) = 167+244+133=544 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.70% from 544); Green value is 244 (95.70% from 255 or 44.85% from 544); Blue value is 133 (52.34% from 255 or 24.45% from 544); Max value from RGB is 244 - color contains mainly: green. Hex color #A7F485 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A7F485 is #580B7A. Grayscale: #D0D0D0. Windows color (decimal): -5770107 or 8778919. OLE color: 8778919.
HSL color Cylindrical-coordinate representation of color #A7F485: hue angle of 101.62º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A7F485 is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 167 | 244 | 133 | - |
| CMYK | 0.32 | 0 | 0.45 | 0.04 |
| HSL | 101.62º | 0.83% | 0.74% | - |
| HSV(B) | 101.62º | 0.45% | 0.96% | - |
| XYZ | 52.52 | 74.61 | 33.82 | - |
| YUV | 208.32 | 85.49 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 244 | 133 | 0.32 | 0 | 0.45 | 0.04 | 101.62 | 0.83 | 0.74 |
| Hex | A7 | F4 | 85 | 20 | 0 | 2D | 4 | 66 | 53 | 4A |
| Octal | 247 | 364 | 205 | 40 | 0 | 55 | 4 | 146 | 123 | 112 |
| Binary | 10100111 | 11110100 | 10000101 | 100000 | 0 | 101101 | 100 | 1100110 | 1010011 | 1001010 |
Color Harmonies of #A7F485
Complementary color
Monochromatic Colors of #A7F485
Black with #A7F485
Text Example
Text Example
White with #A7F485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7F485; }
p { color: rgb(167,244,133); }
H1.HeaderClassName
{
color: #A7F485;
}
.AnyTagClassName
{
color: #A7F485;
}
</style>
background-color css
<style>
a { background-color: #A7F485; }
a { background-color: rgb(167,244,133); }
div.DivClassName
{
background-color: #A7F485;
}
.BgClassName
{
background-color: #A7F485;
}
</style>
border-color css
<style>
span { border-color: #A7F485; }
span { border-color: rgb(167,244,133); }
td.TdClassName
{
border-color: #A7F485;
}
.TagClassName
{
border-color: #A7F485;
}
</style>