Shades of Feijoa #A5CF83
Tints of Feijoa #A5CF83
RGB
CMYK
RGB Variations
Color information
#A5CF83 (or 0xA5CF83) is known color: Feijoa. HEX triplet: A5, CF and 83. RGB value is (165,207,131). Sum of RGB (Red+Green+Blue) = 165+207+131=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 207 (81.25% from 255 or 41.15% from 503); Blue value is 131 (51.56% from 255 or 26.04% from 503); Max value from RGB is 207 - color contains mainly: green. Hex color #A5CF83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CF83 is #5A307C. Grayscale: #BABABA. Windows color (decimal): -5910653 or 8638373. OLE color: 8638373.
HSL color Cylindrical-coordinate representation of color #A5CF83: hue angle of 93.16º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A5CF83 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 207 | 131 | - |
| CMYK | 0.20 | 0 | 0.37 | 0.19 |
| HSL | 93.16º | 0.44% | 0.66% | - |
| HSV(B) | 93.16º | 0.37% | 0.81% | - |
| XYZ | 41.93 | 54.26 | 29.74 | - |
| YUV | 185.78 | 97.09 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 207 | 131 | 0.20 | 0 | 0.37 | 0.19 | 93.16 | 0.44 | 0.66 |
| Hex | A5 | CF | 83 | 14 | 0 | 25 | 13 | 5D | 2C | 42 |
| Octal | 245 | 317 | 203 | 24 | 0 | 45 | 23 | 135 | 54 | 102 |
| Binary | 10100101 | 11001111 | 10000011 | 10100 | 0 | 100101 | 10011 | 1011101 | 101100 | 1000010 |
Color Harmonies of #A5CF83
Complementary color
Monochromatic Colors of #A5CF83
Black with #A5CF83
Text Example
Text Example
White with #A5CF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CF83; }
p { color: rgb(165,207,131); }
H1.HeaderClassName
{
color: #A5CF83;
}
.AnyTagClassName
{
color: #A5CF83;
}
</style>
background-color css
<style>
a { background-color: #A5CF83; }
a { background-color: rgb(165,207,131); }
div.DivClassName
{
background-color: #A5CF83;
}
.BgClassName
{
background-color: #A5CF83;
}
</style>
border-color css
<style>
span { border-color: #A5CF83; }
span { border-color: rgb(165,207,131); }
td.TdClassName
{
border-color: #A5CF83;
}
.TagClassName
{
border-color: #A5CF83;
}
</style>