Shades of Feijoa #A2CF81
Tints of Feijoa #A2CF81
RGB
CMYK
RGB Variations
Color information
#A2CF81 (or 0xA2CF81) is known color: Feijoa. HEX triplet: A2, CF and 81. RGB value is (162,207,129). Sum of RGB (Red+Green+Blue) = 162+207+129=498 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.53% from 498); Green value is 207 (81.25% from 255 or 41.57% from 498); Blue value is 129 (50.78% from 255 or 25.90% from 498); Max value from RGB is 207 - color contains mainly: green. Hex color #A2CF81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CF81 is #5D307E. Grayscale: #B8B8B8. Windows color (decimal): -6107263 or 8507298. OLE color: 8507298.
HSL color Cylindrical-coordinate representation of color #A2CF81: hue angle of 94.62º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A2CF81 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 207 | 129 | - |
| CMYK | 0.22 | 0 | 0.38 | 0.19 |
| HSL | 94.62º | 0.45% | 0.66% | - |
| HSV(B) | 94.62º | 0.38% | 0.81% | - |
| XYZ | 41.18 | 53.89 | 29 | - |
| YUV | 184.65 | 96.59 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 207 | 129 | 0.22 | 0 | 0.38 | 0.19 | 94.62 | 0.45 | 0.66 |
| Hex | A2 | CF | 81 | 16 | 0 | 26 | 13 | 5F | 2D | 42 |
| Octal | 242 | 317 | 201 | 26 | 0 | 46 | 23 | 137 | 55 | 102 |
| Binary | 10100010 | 11001111 | 10000001 | 10110 | 0 | 100110 | 10011 | 1011111 | 101101 | 1000010 |
Color Harmonies of #A2CF81
Complementary color
Monochromatic Colors of #A2CF81
Black with #A2CF81
Text Example
Text Example
White with #A2CF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CF81; }
p { color: rgb(162,207,129); }
H1.HeaderClassName
{
color: #A2CF81;
}
.AnyTagClassName
{
color: #A2CF81;
}
</style>
background-color css
<style>
a { background-color: #A2CF81; }
a { background-color: rgb(162,207,129); }
div.DivClassName
{
background-color: #A2CF81;
}
.BgClassName
{
background-color: #A2CF81;
}
</style>
border-color css
<style>
span { border-color: #A2CF81; }
span { border-color: rgb(162,207,129); }
td.TdClassName
{
border-color: #A2CF81;
}
.TagClassName
{
border-color: #A2CF81;
}
</style>