Shades of Feijoa #A4D57B
Tints of Feijoa #A4D57B
RGB
CMYK
RGB Variations
Color information
#A4D57B (or 0xA4D57B) is known color: Feijoa. HEX triplet: A4, D5 and 7B. RGB value is (164,213,123). Sum of RGB (Red+Green+Blue) = 164+213+123=500 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.8% from 500); Green value is 213 (83.59% from 255 or 42.6% from 500); Blue value is 123 (48.44% from 255 or 24.6% from 500); Max value from RGB is 213 - color contains mainly: green. Hex color #A4D57B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D57B is #5B2A84. Grayscale: #BCBCBC. Windows color (decimal): -5974661 or 8115620. OLE color: 8115620.
HSL color Cylindrical-coordinate representation of color #A4D57B: hue angle of 92.67º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A4D57B is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 213 | 123 | - |
| CMYK | 0.23 | 0 | 0.42 | 0.16 |
| HSL | 92.67º | 0.52% | 0.66% | - |
| HSV(B) | 92.67º | 0.42% | 0.84% | - |
| XYZ | 42.68 | 56.91 | 27.47 | - |
| YUV | 188.09 | 91.27 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 213 | 123 | 0.23 | 0 | 0.42 | 0.16 | 92.67 | 0.52 | 0.66 |
| Hex | A4 | D5 | 7B | 17 | 0 | 2A | 10 | 5D | 34 | 42 |
| Octal | 244 | 325 | 173 | 27 | 0 | 52 | 20 | 135 | 64 | 102 |
| Binary | 10100100 | 11010101 | 1111011 | 10111 | 0 | 101010 | 10000 | 1011101 | 110100 | 1000010 |
Color Harmonies of #A4D57B
Complementary color
Monochromatic Colors of #A4D57B
Black with #A4D57B
Text Example
Text Example
White with #A4D57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D57B; }
p { color: rgb(164,213,123); }
H1.HeaderClassName
{
color: #A4D57B;
}
.AnyTagClassName
{
color: #A4D57B;
}
</style>
background-color css
<style>
a { background-color: #A4D57B; }
a { background-color: rgb(164,213,123); }
div.DivClassName
{
background-color: #A4D57B;
}
.BgClassName
{
background-color: #A4D57B;
}
</style>
border-color css
<style>
span { border-color: #A4D57B; }
span { border-color: rgb(164,213,123); }
td.TdClassName
{
border-color: #A4D57B;
}
.TagClassName
{
border-color: #A4D57B;
}
</style>