Shades of Feijoa #A8CA83
Tints of Feijoa #A8CA83
RGB
CMYK
RGB Variations
Color information
#A8CA83 (or 0xA8CA83) is known color: Feijoa. HEX triplet: A8, CA and 83. RGB value is (168,202,131). Sum of RGB (Red+Green+Blue) = 168+202+131=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 202 (79.30% from 255 or 40.32% from 501); Blue value is 131 (51.56% from 255 or 26.15% from 501); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CA83 is #57357C. Grayscale: #B7B7B7. Windows color (decimal): -5715325 or 8637096. OLE color: 8637096.
HSL color Cylindrical-coordinate representation of color #A8CA83: hue angle of 88.73º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8CA83 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 202 | 131 | - |
| CMYK | 0.17 | 0 | 0.35 | 0.21 |
| HSL | 88.73º | 0.4% | 0.65% | - |
| HSV(B) | 88.73º | 0.35% | 0.79% | - |
| XYZ | 41.37 | 52.2 | 29.37 | - |
| YUV | 183.74 | 98.24 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 202 | 131 | 0.17 | 0 | 0.35 | 0.21 | 88.73 | 0.4 | 0.65 |
| Hex | A8 | CA | 83 | 11 | 0 | 23 | 15 | 59 | 28 | 41 |
| Octal | 250 | 312 | 203 | 21 | 0 | 43 | 25 | 131 | 50 | 101 |
| Binary | 10101000 | 11001010 | 10000011 | 10001 | 0 | 100011 | 10101 | 1011001 | 101000 | 1000001 |
Color Harmonies of #A8CA83
Complementary color
Monochromatic Colors of #A8CA83
Black with #A8CA83
Text Example
Text Example
White with #A8CA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CA83; }
p { color: rgb(168,202,131); }
H1.HeaderClassName
{
color: #A8CA83;
}
.AnyTagClassName
{
color: #A8CA83;
}
</style>
background-color css
<style>
a { background-color: #A8CA83; }
a { background-color: rgb(168,202,131); }
div.DivClassName
{
background-color: #A8CA83;
}
.BgClassName
{
background-color: #A8CA83;
}
</style>
border-color css
<style>
span { border-color: #A8CA83; }
span { border-color: rgb(168,202,131); }
td.TdClassName
{
border-color: #A8CA83;
}
.TagClassName
{
border-color: #A8CA83;
}
</style>