Shades of Feijoa #ACCF83
Tints of Feijoa #ACCF83
RGB
CMYK
RGB Variations
Color information
#ACCF83 (or 0xACCF83) is known color: Feijoa. HEX triplet: AC, CF and 83. RGB value is (172,207,131). Sum of RGB (Red+Green+Blue) = 172+207+131=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 207 (81.25% from 255 or 40.59% from 510); Blue value is 131 (51.56% from 255 or 25.69% from 510); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCF83 is #53307C. Grayscale: #BCBCBC. Windows color (decimal): -5451901 or 8638380. OLE color: 8638380.
HSL color Cylindrical-coordinate representation of color #ACCF83: hue angle of 87.63º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ACCF83 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 207 | 131 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.19 |
| HSL | 87.63º | 0.44% | 0.66% | - |
| HSV(B) | 87.63º | 0.37% | 0.81% | - |
| XYZ | 43.42 | 55.04 | 29.81 | - |
| YUV | 187.87 | 95.9 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 207 | 131 | 0.17 | 0 | 0.37 | 0.19 | 87.63 | 0.44 | 0.66 |
| Hex | AC | CF | 83 | 11 | 0 | 25 | 13 | 58 | 2C | 42 |
| Octal | 254 | 317 | 203 | 21 | 0 | 45 | 23 | 130 | 54 | 102 |
| Binary | 10101100 | 11001111 | 10000011 | 10001 | 0 | 100101 | 10011 | 1011000 | 101100 | 1000010 |
Color Harmonies of #ACCF83
Complementary color
Monochromatic Colors of #ACCF83
Black with #ACCF83
Text Example
Text Example
White with #ACCF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCF83; }
p { color: rgb(172,207,131); }
H1.HeaderClassName
{
color: #ACCF83;
}
.AnyTagClassName
{
color: #ACCF83;
}
</style>
background-color css
<style>
a { background-color: #ACCF83; }
a { background-color: rgb(172,207,131); }
div.DivClassName
{
background-color: #ACCF83;
}
.BgClassName
{
background-color: #ACCF83;
}
</style>
border-color css
<style>
span { border-color: #ACCF83; }
span { border-color: rgb(172,207,131); }
td.TdClassName
{
border-color: #ACCF83;
}
.TagClassName
{
border-color: #ACCF83;
}
</style>