Shades of Feijoa #A6D27B
Tints of Feijoa #A6D27B
RGB
CMYK
RGB Variations
Color information
#A6D27B (or 0xA6D27B) is known color: Feijoa. HEX triplet: A6, D2 and 7B. RGB value is (166,210,123). Sum of RGB (Red+Green+Blue) = 166+210+123=499 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.27% from 499); Green value is 210 (82.42% from 255 or 42.08% from 499); Blue value is 123 (48.44% from 255 or 24.65% from 499); Max value from RGB is 210 - color contains mainly: green. Hex color #A6D27B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D27B is #592D84. Grayscale: #BBBBBB. Windows color (decimal): -5844357 or 8114854. OLE color: 8114854.
HSL color Cylindrical-coordinate representation of color #A6D27B: hue angle of 90.34º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A6D27B is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 210 | 123 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.18 |
| HSL | 90.34º | 0.49% | 0.65% | - |
| HSV(B) | 90.34º | 0.41% | 0.82% | - |
| XYZ | 42.35 | 55.63 | 27.24 | - |
| YUV | 186.93 | 91.92 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 210 | 123 | 0.21 | 0 | 0.41 | 0.18 | 90.34 | 0.49 | 0.65 |
| Hex | A6 | D2 | 7B | 15 | 0 | 29 | 12 | 5A | 31 | 41 |
| Octal | 246 | 322 | 173 | 25 | 0 | 51 | 22 | 132 | 61 | 101 |
| Binary | 10100110 | 11010010 | 1111011 | 10101 | 0 | 101001 | 10010 | 1011010 | 110001 | 1000001 |
Color Harmonies of #A6D27B
Complementary color
Monochromatic Colors of #A6D27B
Black with #A6D27B
Text Example
Text Example
White with #A6D27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D27B; }
p { color: rgb(166,210,123); }
H1.HeaderClassName
{
color: #A6D27B;
}
.AnyTagClassName
{
color: #A6D27B;
}
</style>
background-color css
<style>
a { background-color: #A6D27B; }
a { background-color: rgb(166,210,123); }
div.DivClassName
{
background-color: #A6D27B;
}
.BgClassName
{
background-color: #A6D27B;
}
</style>
border-color css
<style>
span { border-color: #A6D27B; }
span { border-color: rgb(166,210,123); }
td.TdClassName
{
border-color: #A6D27B;
}
.TagClassName
{
border-color: #A6D27B;
}
</style>