Shades of Feijoa #A2D27B
Tints of Feijoa #A2D27B
RGB
CMYK
RGB Variations
Color information
#A2D27B (or 0xA2D27B) is known color: Feijoa. HEX triplet: A2, D2 and 7B. RGB value is (162,210,123). Sum of RGB (Red+Green+Blue) = 162+210+123=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 210 (82.42% from 255 or 42.42% from 495); Blue value is 123 (48.44% from 255 or 24.85% from 495); Max value from RGB is 210 - color contains mainly: green. Hex color #A2D27B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D27B is #5D2D84. Grayscale: #BABABA. Windows color (decimal): -6106501 or 8114850. OLE color: 8114850.
HSL color Cylindrical-coordinate representation of color #A2D27B: hue angle of 93.1º 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 #A2D27B is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 210 | 123 | - |
| CMYK | 0.23 | 0 | 0.41 | 0.18 |
| HSL | 93.1º | 0.49% | 0.65% | - |
| HSV(B) | 93.1º | 0.41% | 0.82% | - |
| XYZ | 41.52 | 55.2 | 27.21 | - |
| YUV | 185.73 | 92.6 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 210 | 123 | 0.23 | 0 | 0.41 | 0.18 | 93.1 | 0.49 | 0.65 |
| Hex | A2 | D2 | 7B | 17 | 0 | 29 | 12 | 5D | 31 | 41 |
| Octal | 242 | 322 | 173 | 27 | 0 | 51 | 22 | 135 | 61 | 101 |
| Binary | 10100010 | 11010010 | 1111011 | 10111 | 0 | 101001 | 10010 | 1011101 | 110001 | 1000001 |
Color Harmonies of #A2D27B
Complementary color
Monochromatic Colors of #A2D27B
Black with #A2D27B
Text Example
Text Example
White with #A2D27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D27B; }
p { color: rgb(162,210,123); }
H1.HeaderClassName
{
color: #A2D27B;
}
.AnyTagClassName
{
color: #A2D27B;
}
</style>
background-color css
<style>
a { background-color: #A2D27B; }
a { background-color: rgb(162,210,123); }
div.DivClassName
{
background-color: #A2D27B;
}
.BgClassName
{
background-color: #A2D27B;
}
</style>
border-color css
<style>
span { border-color: #A2D27B; }
span { border-color: rgb(162,210,123); }
td.TdClassName
{
border-color: #A2D27B;
}
.TagClassName
{
border-color: #A2D27B;
}
</style>