Shades of Feijoa #A8F585
Tints of Feijoa #A8F585
RGB
CMYK
RGB Variations
Color information
#A8F585 (or 0xA8F585) is known color: Feijoa. HEX triplet: A8, F5 and 85. RGB value is (168,245,133). Sum of RGB (Red+Green+Blue) = 168+245+133=546 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.77% from 546); Green value is 245 (96.09% from 255 or 44.87% from 546); Blue value is 133 (52.34% from 255 or 24.36% from 546); Max value from RGB is 245 - color contains mainly: green. Hex color #A8F585 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F585 is #570A7A. Grayscale: #D1D1D1. Windows color (decimal): -5704315 or 8779176. OLE color: 8779176.
HSL color Cylindrical-coordinate representation of color #A8F585: hue angle of 101.25º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8F585 is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 245 | 133 | - |
| CMYK | 0.31 | 0 | 0.46 | 0.04 |
| HSL | 101.25º | 0.85% | 0.74% | - |
| HSV(B) | 101.25º | 0.46% | 0.96% | - |
| XYZ | 53.03 | 75.32 | 33.93 | - |
| YUV | 209.21 | 84.99 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 245 | 133 | 0.31 | 0 | 0.46 | 0.04 | 101.25 | 0.85 | 0.74 |
| Hex | A8 | F5 | 85 | 1F | 0 | 2E | 4 | 65 | 55 | 4A |
| Octal | 250 | 365 | 205 | 37 | 0 | 56 | 4 | 145 | 125 | 112 |
| Binary | 10101000 | 11110101 | 10000101 | 11111 | 0 | 101110 | 100 | 1100101 | 1010101 | 1001010 |
Color Harmonies of #A8F585
Complementary color
Monochromatic Colors of #A8F585
Black with #A8F585
Text Example
Text Example
White with #A8F585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F585; }
p { color: rgb(168,245,133); }
H1.HeaderClassName
{
color: #A8F585;
}
.AnyTagClassName
{
color: #A8F585;
}
</style>
background-color css
<style>
a { background-color: #A8F585; }
a { background-color: rgb(168,245,133); }
div.DivClassName
{
background-color: #A8F585;
}
.BgClassName
{
background-color: #A8F585;
}
</style>
border-color css
<style>
span { border-color: #A8F585; }
span { border-color: rgb(168,245,133); }
td.TdClassName
{
border-color: #A8F585;
}
.TagClassName
{
border-color: #A8F585;
}
</style>