Shades of Feijoa #A4CC83
Tints of Feijoa #A4CC83
RGB
CMYK
RGB Variations
Color information
#A4CC83 (or 0xA4CC83) is known color: Feijoa. HEX triplet: A4, CC and 83. RGB value is (164,204,131). Sum of RGB (Red+Green+Blue) = 164+204+131=499 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.87% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 131 (51.56% from 255 or 26.25% from 499); Max value from RGB is 204 - color contains mainly: green. Hex color #A4CC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CC83 is #5B337C. Grayscale: #B7B7B7. Windows color (decimal): -5976957 or 8637604. OLE color: 8637604.
HSL color Cylindrical-coordinate representation of color #A4CC83: hue angle of 92.88º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A4CC83 is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 164 | 204 | 131 | - |
| CMYK | 0.20 | 0 | 0.36 | 0.2 |
| HSL | 92.88º | 0.42% | 0.66% | - |
| HSV(B) | 92.88º | 0.36% | 0.8% | - |
| XYZ | 41 | 52.72 | 29.49 | - |
| YUV | 183.72 | 98.25 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 204 | 131 | 0.20 | 0 | 0.36 | 0.2 | 92.88 | 0.42 | 0.66 |
| Hex | A4 | CC | 83 | 14 | 0 | 24 | 14 | 5D | 2A | 42 |
| Octal | 244 | 314 | 203 | 24 | 0 | 44 | 24 | 135 | 52 | 102 |
| Binary | 10100100 | 11001100 | 10000011 | 10100 | 0 | 100100 | 10100 | 1011101 | 101010 | 1000010 |
Color Harmonies of #A4CC83
Complementary color
Monochromatic Colors of #A4CC83
Black with #A4CC83
Text Example
Text Example
White with #A4CC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CC83; }
p { color: rgb(164,204,131); }
H1.HeaderClassName
{
color: #A4CC83;
}
.AnyTagClassName
{
color: #A4CC83;
}
</style>
background-color css
<style>
a { background-color: #A4CC83; }
a { background-color: rgb(164,204,131); }
div.DivClassName
{
background-color: #A4CC83;
}
.BgClassName
{
background-color: #A4CC83;
}
</style>
border-color css
<style>
span { border-color: #A4CC83; }
span { border-color: rgb(164,204,131); }
td.TdClassName
{
border-color: #A4CC83;
}
.TagClassName
{
border-color: #A4CC83;
}
</style>