Shades of Feijoa #A4FB7D
Tints of Feijoa #A4FB7D
RGB
CMYK
RGB Variations
Color information
#A4FB7D (or 0xA4FB7D) is known color: Feijoa. HEX triplet: A4, FB and 7D. RGB value is (164,251,125). Sum of RGB (Red+Green+Blue) = 164+251+125=540 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.37% from 540); Green value is 251 (98.44% from 255 or 46.48% from 540); Blue value is 125 (49.22% from 255 or 23.15% from 540); Max value from RGB is 251 - color contains mainly: green. Hex color #A4FB7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4FB7D is #5B0482. Grayscale: #D3D3D3. Windows color (decimal): -5964931 or 8256420. OLE color: 8256420.
HSL color Cylindrical-coordinate representation of color #A4FB7D: hue angle of 101.43º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A4FB7D is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 251 | 125 | - |
| CMYK | 0.35 | 0 | 0.50 | 0.02 |
| HSL | 101.43º | 0.94% | 0.74% | - |
| HSV(B) | 101.43º | 0.5% | 0.98% | - |
| XYZ | 53.51 | 78.37 | 31.71 | - |
| YUV | 210.62 | 79.68 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 251 | 125 | 0.35 | 0 | 0.50 | 0.02 | 101.43 | 0.94 | 0.74 |
| Hex | A4 | FB | 7D | 23 | 0 | 32 | 2 | 65 | 5E | 4A |
| Octal | 244 | 373 | 175 | 43 | 0 | 62 | 2 | 145 | 136 | 112 |
| Binary | 10100100 | 11111011 | 1111101 | 100011 | 0 | 110010 | 10 | 1100101 | 1011110 | 1001010 |
Color Harmonies of #A4FB7D
Complementary color
Monochromatic Colors of #A4FB7D
Black with #A4FB7D
Text Example
Text Example
White with #A4FB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FB7D; }
p { color: rgb(164,251,125); }
H1.HeaderClassName
{
color: #A4FB7D;
}
.AnyTagClassName
{
color: #A4FB7D;
}
</style>
background-color css
<style>
a { background-color: #A4FB7D; }
a { background-color: rgb(164,251,125); }
div.DivClassName
{
background-color: #A4FB7D;
}
.BgClassName
{
background-color: #A4FB7D;
}
</style>
border-color css
<style>
span { border-color: #A4FB7D; }
span { border-color: rgb(164,251,125); }
td.TdClassName
{
border-color: #A4FB7D;
}
.TagClassName
{
border-color: #A4FB7D;
}
</style>