Shades of Feijoa #A8FA82
Tints of Feijoa #A8FA82
RGB
CMYK
RGB Variations
Color information
#A8FA82 (or 0xA8FA82) is known color: Feijoa. HEX triplet: A8, FA and 82. RGB value is (168,250,130). Sum of RGB (Red+Green+Blue) = 168+250+130=548 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.66% from 548); Green value is 250 (98.05% from 255 or 45.62% from 548); Blue value is 130 (51.17% from 255 or 23.72% from 548); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FA82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8FA82 is #57057D. Grayscale: #D4D4D4. Windows color (decimal): -5703038 or 8583848. OLE color: 8583848.
HSL color Cylindrical-coordinate representation of color #A8FA82: hue angle of 101º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8FA82 is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 250 | 130 | - |
| CMYK | 0.33 | 0 | 0.48 | 0.02 |
| HSL | 101º | 0.92% | 0.75% | - |
| HSV(B) | 101º | 0.48% | 0.98% | - |
| XYZ | 54.36 | 78.31 | 33.37 | - |
| YUV | 211.8 | 81.83 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 250 | 130 | 0.33 | 0 | 0.48 | 0.02 | 101 | 0.92 | 0.75 |
| Hex | A8 | FA | 82 | 21 | 0 | 30 | 2 | 65 | 5C | 4B |
| Octal | 250 | 372 | 202 | 41 | 0 | 60 | 2 | 145 | 134 | 113 |
| Binary | 10101000 | 11111010 | 10000010 | 100001 | 0 | 110000 | 10 | 1100101 | 1011100 | 1001011 |
Color Harmonies of #A8FA82
Complementary color
Monochromatic Colors of #A8FA82
Black with #A8FA82
Text Example
Text Example
White with #A8FA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FA82; }
p { color: rgb(168,250,130); }
H1.HeaderClassName
{
color: #A8FA82;
}
.AnyTagClassName
{
color: #A8FA82;
}
</style>
background-color css
<style>
a { background-color: #A8FA82; }
a { background-color: rgb(168,250,130); }
div.DivClassName
{
background-color: #A8FA82;
}
.BgClassName
{
background-color: #A8FA82;
}
</style>
border-color css
<style>
span { border-color: #A8FA82; }
span { border-color: rgb(168,250,130); }
td.TdClassName
{
border-color: #A8FA82;
}
.TagClassName
{
border-color: #A8FA82;
}
</style>