Shades of Feijoa #A4D07E
Tints of Feijoa #A4D07E
RGB
CMYK
RGB Variations
Color information
#A4D07E (or 0xA4D07E) is known color: Feijoa. HEX triplet: A4, D0 and 7E. RGB value is (164,208,126). Sum of RGB (Red+Green+Blue) = 164+208+126=498 (65% of max value = 765). Red value is 164 (64.45% from 255 or 32.93% from 498); Green value is 208 (81.64% from 255 or 41.77% from 498); Blue value is 126 (49.61% from 255 or 25.30% from 498); Max value from RGB is 208 - color contains mainly: green. Hex color #A4D07E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D07E is #5B2F81. Grayscale: #B9B9B9. Windows color (decimal): -5975938 or 8310948. OLE color: 8310948.
HSL color Cylindrical-coordinate representation of color #A4D07E: hue angle of 92.2º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A4D07E is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 208 | 126 | - |
| CMYK | 0.21 | 0 | 0.39 | 0.18 |
| HSL | 92.2º | 0.47% | 0.65% | - |
| HSV(B) | 92.2º | 0.39% | 0.82% | - |
| XYZ | 41.63 | 54.51 | 28.07 | - |
| YUV | 185.5 | 94.42 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 208 | 126 | 0.21 | 0 | 0.39 | 0.18 | 92.2 | 0.47 | 0.65 |
| Hex | A4 | D0 | 7E | 15 | 0 | 27 | 12 | 5C | 2F | 41 |
| Octal | 244 | 320 | 176 | 25 | 0 | 47 | 22 | 134 | 57 | 101 |
| Binary | 10100100 | 11010000 | 1111110 | 10101 | 0 | 100111 | 10010 | 1011100 | 101111 | 1000001 |
Color Harmonies of #A4D07E
Complementary color
Monochromatic Colors of #A4D07E
Black with #A4D07E
Text Example
Text Example
White with #A4D07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D07E; }
p { color: rgb(164,208,126); }
H1.HeaderClassName
{
color: #A4D07E;
}
.AnyTagClassName
{
color: #A4D07E;
}
</style>
background-color css
<style>
a { background-color: #A4D07E; }
a { background-color: rgb(164,208,126); }
div.DivClassName
{
background-color: #A4D07E;
}
.BgClassName
{
background-color: #A4D07E;
}
</style>
border-color css
<style>
span { border-color: #A4D07E; }
span { border-color: rgb(164,208,126); }
td.TdClassName
{
border-color: #A4D07E;
}
.TagClassName
{
border-color: #A4D07E;
}
</style>