Shades of Feijoa #A2DF81
Tints of Feijoa #A2DF81
RGB
CMYK
RGB Variations
Color information
#A2DF81 (or 0xA2DF81) is known color: Feijoa. HEX triplet: A2, DF and 81. RGB value is (162,223,129). Sum of RGB (Red+Green+Blue) = 162+223+129=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 223 (87.5% from 255 or 43.39% from 514); Blue value is 129 (50.78% from 255 or 25.10% from 514); Max value from RGB is 223 - color contains mainly: green. Hex color #A2DF81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DF81 is #5D207E. Grayscale: #C2C2C2. Windows color (decimal): -6103167 or 8511394. OLE color: 8511394.
HSL color Cylindrical-coordinate representation of color #A2DF81: hue angle of 98.94º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A2DF81 is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 223 | 129 | - |
| CMYK | 0.27 | 0 | 0.42 | 0.13 |
| HSL | 98.94º | 0.59% | 0.69% | - |
| HSV(B) | 98.94º | 0.42% | 0.87% | - |
| XYZ | 45.25 | 62.04 | 30.36 | - |
| YUV | 194.05 | 91.29 | 105.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 223 | 129 | 0.27 | 0 | 0.42 | 0.13 | 98.94 | 0.59 | 0.69 |
| Hex | A2 | DF | 81 | 1B | 0 | 2A | D | 63 | 3B | 45 |
| Octal | 242 | 337 | 201 | 33 | 0 | 52 | 15 | 143 | 73 | 105 |
| Binary | 10100010 | 11011111 | 10000001 | 11011 | 0 | 101010 | 1101 | 1100011 | 111011 | 1000101 |
Color Harmonies of #A2DF81
Complementary color
Monochromatic Colors of #A2DF81
Black with #A2DF81
Text Example
Text Example
White with #A2DF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DF81; }
p { color: rgb(162,223,129); }
H1.HeaderClassName
{
color: #A2DF81;
}
.AnyTagClassName
{
color: #A2DF81;
}
</style>
background-color css
<style>
a { background-color: #A2DF81; }
a { background-color: rgb(162,223,129); }
div.DivClassName
{
background-color: #A2DF81;
}
.BgClassName
{
background-color: #A2DF81;
}
</style>
border-color css
<style>
span { border-color: #A2DF81; }
span { border-color: rgb(162,223,129); }
td.TdClassName
{
border-color: #A2DF81;
}
.TagClassName
{
border-color: #A2DF81;
}
</style>