Shades of Feijoa #ACDF83
Tints of Feijoa #ACDF83
RGB
CMYK
RGB Variations
Color information
#ACDF83 (or 0xACDF83) is known color: Feijoa. HEX triplet: AC, DF and 83. RGB value is (172,223,131). Sum of RGB (Red+Green+Blue) = 172+223+131=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 131 (51.56% from 255 or 24.90% from 526); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDF83 is #53207C. Grayscale: #C5C5C5. Windows color (decimal): -5447805 or 8642476. OLE color: 8642476.
HSL color Cylindrical-coordinate representation of color #ACDF83: hue angle of 93.26º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ACDF83 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 223 | 131 | - |
| CMYK | 0.23 | 0 | 0.41 | 0.13 |
| HSL | 93.26º | 0.59% | 0.69% | - |
| HSV(B) | 93.26º | 0.41% | 0.87% | - |
| XYZ | 47.5 | 63.18 | 31.17 | - |
| YUV | 197.26 | 90.6 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 223 | 131 | 0.23 | 0 | 0.41 | 0.13 | 93.26 | 0.59 | 0.69 |
| Hex | AC | DF | 83 | 17 | 0 | 29 | D | 5D | 3B | 45 |
| Octal | 254 | 337 | 203 | 27 | 0 | 51 | 15 | 135 | 73 | 105 |
| Binary | 10101100 | 11011111 | 10000011 | 10111 | 0 | 101001 | 1101 | 1011101 | 111011 | 1000101 |
Color Harmonies of #ACDF83
Complementary color
Monochromatic Colors of #ACDF83
Black with #ACDF83
Text Example
Text Example
White with #ACDF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDF83; }
p { color: rgb(172,223,131); }
H1.HeaderClassName
{
color: #ACDF83;
}
.AnyTagClassName
{
color: #ACDF83;
}
</style>
background-color css
<style>
a { background-color: #ACDF83; }
a { background-color: rgb(172,223,131); }
div.DivClassName
{
background-color: #ACDF83;
}
.BgClassName
{
background-color: #ACDF83;
}
</style>
border-color css
<style>
span { border-color: #ACDF83; }
span { border-color: rgb(172,223,131); }
td.TdClassName
{
border-color: #ACDF83;
}
.TagClassName
{
border-color: #ACDF83;
}
</style>