Shades of Feijoa #A6D380
Tints of Feijoa #A6D380
RGB
CMYK
RGB Variations
Color information
#A6D380 (or 0xA6D380) is known color: Feijoa. HEX triplet: A6, D3 and 80. RGB value is (166,211,128). Sum of RGB (Red+Green+Blue) = 166+211+128=505 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.87% from 505); Green value is 211 (82.81% from 255 or 41.78% from 505); Blue value is 128 (50.39% from 255 or 25.35% from 505); Max value from RGB is 211 - color contains mainly: green. Hex color #A6D380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D380 is #592C7F. Grayscale: #BCBCBC. Windows color (decimal): -5844096 or 8442790. OLE color: 8442790.
HSL color Cylindrical-coordinate representation of color #A6D380: hue angle of 92.53º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A6D380 is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 166 | 211 | 128 | - |
| CMYK | 0.21 | 0 | 0.39 | 0.17 |
| HSL | 92.53º | 0.49% | 0.66% | - |
| HSV(B) | 92.53º | 0.39% | 0.83% | - |
| XYZ | 42.92 | 56.25 | 29.02 | - |
| YUV | 188.08 | 94.09 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 211 | 128 | 0.21 | 0 | 0.39 | 0.17 | 92.53 | 0.49 | 0.66 |
| Hex | A6 | D3 | 80 | 15 | 0 | 27 | 11 | 5D | 31 | 42 |
| Octal | 246 | 323 | 200 | 25 | 0 | 47 | 21 | 135 | 61 | 102 |
| Binary | 10100110 | 11010011 | 10000000 | 10101 | 0 | 100111 | 10001 | 1011101 | 110001 | 1000010 |
Color Harmonies of #A6D380
Complementary color
Monochromatic Colors of #A6D380
Black with #A6D380
Text Example
Text Example
White with #A6D380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D380; }
p { color: rgb(166,211,128); }
H1.HeaderClassName
{
color: #A6D380;
}
.AnyTagClassName
{
color: #A6D380;
}
</style>
background-color css
<style>
a { background-color: #A6D380; }
a { background-color: rgb(166,211,128); }
div.DivClassName
{
background-color: #A6D380;
}
.BgClassName
{
background-color: #A6D380;
}
</style>
border-color css
<style>
span { border-color: #A6D380; }
span { border-color: rgb(166,211,128); }
td.TdClassName
{
border-color: #A6D380;
}
.TagClassName
{
border-color: #A6D380;
}
</style>