Shades of Feijoa #A3D27F
Tints of Feijoa #A3D27F
RGB
CMYK
RGB Variations
Color information
#A3D27F (or 0xA3D27F) is known color: Feijoa. HEX triplet: A3, D2 and 7F. RGB value is (163,210,127). Sum of RGB (Red+Green+Blue) = 163+210+127=500 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.6% from 500); Green value is 210 (82.42% from 255 or 42% from 500); Blue value is 127 (50% from 255 or 25.4% from 500); Max value from RGB is 210 - color contains mainly: green. Hex color #A3D27F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3D27F is #5C2D80. Grayscale: #BABABA. Windows color (decimal): -6040961 or 8376995. OLE color: 8376995.
HSL color Cylindrical-coordinate representation of color #A3D27F: hue angle of 93.98º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A3D27F is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 210 | 127 | - |
| CMYK | 0.22 | 0 | 0.40 | 0.18 |
| HSL | 93.98º | 0.48% | 0.66% | - |
| HSV(B) | 93.98º | 0.4% | 0.82% | - |
| XYZ | 41.98 | 55.41 | 28.56 | - |
| YUV | 186.49 | 94.43 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 210 | 127 | 0.22 | 0 | 0.40 | 0.18 | 93.98 | 0.48 | 0.66 |
| Hex | A3 | D2 | 7F | 16 | 0 | 28 | 12 | 5E | 30 | 42 |
| Octal | 243 | 322 | 177 | 26 | 0 | 50 | 22 | 136 | 60 | 102 |
| Binary | 10100011 | 11010010 | 1111111 | 10110 | 0 | 101000 | 10010 | 1011110 | 110000 | 1000010 |
Color Harmonies of #A3D27F
Complementary color
Monochromatic Colors of #A3D27F
Black with #A3D27F
Text Example
Text Example
White with #A3D27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D27F; }
p { color: rgb(163,210,127); }
H1.HeaderClassName
{
color: #A3D27F;
}
.AnyTagClassName
{
color: #A3D27F;
}
</style>
background-color css
<style>
a { background-color: #A3D27F; }
a { background-color: rgb(163,210,127); }
div.DivClassName
{
background-color: #A3D27F;
}
.BgClassName
{
background-color: #A3D27F;
}
</style>
border-color css
<style>
span { border-color: #A3D27F; }
span { border-color: rgb(163,210,127); }
td.TdClassName
{
border-color: #A3D27F;
}
.TagClassName
{
border-color: #A3D27F;
}
</style>