Shades of Feijoa #A8CA92
Tints of Feijoa #A8CA92
RGB
CMYK
RGB Variations
Color information
#A8CA92 (or 0xA8CA92) is known color: Feijoa. HEX triplet: A8, CA and 92. RGB value is (168,202,146). Sum of RGB (Red+Green+Blue) = 168+202+146=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 146 (57.42% from 255 or 28.29% from 516); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CA92 is #57356D. Grayscale: #B9B9B9. Windows color (decimal): -5715310 or 9620136. OLE color: 9620136.
HSL color Cylindrical-coordinate representation of color #A8CA92: hue angle of 96.43º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8CA92 is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 202 | 146 | - |
| CMYK | 0.17 | 0 | 0.28 | 0.21 |
| HSL | 96.43º | 0.35% | 0.68% | - |
| HSV(B) | 96.43º | 0.28% | 0.79% | - |
| XYZ | 42.46 | 52.64 | 35.12 | - |
| YUV | 185.45 | 105.74 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 202 | 146 | 0.17 | 0 | 0.28 | 0.21 | 96.43 | 0.35 | 0.68 |
| Hex | A8 | CA | 92 | 11 | 0 | 1C | 15 | 60 | 23 | 44 |
| Octal | 250 | 312 | 222 | 21 | 0 | 34 | 25 | 140 | 43 | 104 |
| Binary | 10101000 | 11001010 | 10010010 | 10001 | 0 | 11100 | 10101 | 1100000 | 100011 | 1000100 |
Color Harmonies of #A8CA92
Complementary color
Monochromatic Colors of #A8CA92
Black with #A8CA92
Text Example
Text Example
White with #A8CA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CA92; }
p { color: rgb(168,202,146); }
H1.HeaderClassName
{
color: #A8CA92;
}
.AnyTagClassName
{
color: #A8CA92;
}
</style>
background-color css
<style>
a { background-color: #A8CA92; }
a { background-color: rgb(168,202,146); }
div.DivClassName
{
background-color: #A8CA92;
}
.BgClassName
{
background-color: #A8CA92;
}
</style>
border-color css
<style>
span { border-color: #A8CA92; }
span { border-color: rgb(168,202,146); }
td.TdClassName
{
border-color: #A8CA92;
}
.TagClassName
{
border-color: #A8CA92;
}
</style>