Shades of Feijoa #A4CE81
Tints of Feijoa #A4CE81
RGB
CMYK
RGB Variations
Color information
#A4CE81 (or 0xA4CE81) is known color: Feijoa. HEX triplet: A4, CE and 81. RGB value is (164,206,129). Sum of RGB (Red+Green+Blue) = 164+206+129=499 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.87% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 129 (50.78% from 255 or 25.85% from 499); Max value from RGB is 206 - color contains mainly: green. Hex color #A4CE81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CE81 is #5B317E. Grayscale: #B8B8B8. Windows color (decimal): -5976447 or 8507044. OLE color: 8507044.
HSL color Cylindrical-coordinate representation of color #A4CE81: hue angle of 92.73º 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 #A4CE81 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 206 | 129 | - |
| CMYK | 0.20 | 0 | 0.37 | 0.19 |
| HSL | 92.73º | 0.44% | 0.66% | - |
| HSV(B) | 92.73º | 0.37% | 0.81% | - |
| XYZ | 41.34 | 53.62 | 28.94 | - |
| YUV | 184.66 | 96.59 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 206 | 129 | 0.20 | 0 | 0.37 | 0.19 | 92.73 | 0.44 | 0.66 |
| Hex | A4 | CE | 81 | 14 | 0 | 25 | 13 | 5D | 2C | 42 |
| Octal | 244 | 316 | 201 | 24 | 0 | 45 | 23 | 135 | 54 | 102 |
| Binary | 10100100 | 11001110 | 10000001 | 10100 | 0 | 100101 | 10011 | 1011101 | 101100 | 1000010 |
Color Harmonies of #A4CE81
Complementary color
Monochromatic Colors of #A4CE81
Black with #A4CE81
Text Example
Text Example
White with #A4CE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CE81; }
p { color: rgb(164,206,129); }
H1.HeaderClassName
{
color: #A4CE81;
}
.AnyTagClassName
{
color: #A4CE81;
}
</style>
background-color css
<style>
a { background-color: #A4CE81; }
a { background-color: rgb(164,206,129); }
div.DivClassName
{
background-color: #A4CE81;
}
.BgClassName
{
background-color: #A4CE81;
}
</style>
border-color css
<style>
span { border-color: #A4CE81; }
span { border-color: rgb(164,206,129); }
td.TdClassName
{
border-color: #A4CE81;
}
.TagClassName
{
border-color: #A4CE81;
}
</style>