Shades of Feijoa #ACDF81
Tints of Feijoa #ACDF81
RGB
CMYK
RGB Variations
Color information
#ACDF81 (or 0xACDF81) is known color: Feijoa. HEX triplet: AC, DF and 81. RGB value is (172,223,129). Sum of RGB (Red+Green+Blue) = 172+223+129=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 223 (87.5% from 255 or 42.56% from 524); Blue value is 129 (50.78% from 255 or 24.62% from 524); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDF81 is #53207E. Grayscale: #C5C5C5. Windows color (decimal): -5447807 or 8511404. OLE color: 8511404.
HSL color Cylindrical-coordinate representation of color #ACDF81: hue angle of 92.55º 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 #ACDF81 is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 223 | 129 | - |
| CMYK | 0.23 | 0 | 0.42 | 0.13 |
| HSL | 92.55º | 0.59% | 0.69% | - |
| HSV(B) | 92.55º | 0.42% | 0.87% | - |
| XYZ | 47.36 | 63.13 | 30.46 | - |
| YUV | 197.04 | 89.6 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 223 | 129 | 0.23 | 0 | 0.42 | 0.13 | 92.55 | 0.59 | 0.69 |
| Hex | AC | DF | 81 | 17 | 0 | 2A | D | 5D | 3B | 45 |
| Octal | 254 | 337 | 201 | 27 | 0 | 52 | 15 | 135 | 73 | 105 |
| Binary | 10101100 | 11011111 | 10000001 | 10111 | 0 | 101010 | 1101 | 1011101 | 111011 | 1000101 |
Color Harmonies of #ACDF81
Complementary color
Monochromatic Colors of #ACDF81
Black with #ACDF81
Text Example
Text Example
White with #ACDF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDF81; }
p { color: rgb(172,223,129); }
H1.HeaderClassName
{
color: #ACDF81;
}
.AnyTagClassName
{
color: #ACDF81;
}
</style>
background-color css
<style>
a { background-color: #ACDF81; }
a { background-color: rgb(172,223,129); }
div.DivClassName
{
background-color: #ACDF81;
}
.BgClassName
{
background-color: #ACDF81;
}
</style>
border-color css
<style>
span { border-color: #ACDF81; }
span { border-color: rgb(172,223,129); }
td.TdClassName
{
border-color: #ACDF81;
}
.TagClassName
{
border-color: #ACDF81;
}
</style>