Shades of Feijoa #ACCF81
Tints of Feijoa #ACCF81
RGB
CMYK
RGB Variations
Color information
#ACCF81 (or 0xACCF81) is known color: Feijoa. HEX triplet: AC, CF and 81. RGB value is (172,207,129). Sum of RGB (Red+Green+Blue) = 172+207+129=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 207 (81.25% from 255 or 40.75% from 508); Blue value is 129 (50.78% from 255 or 25.39% from 508); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCF81 is #53307E. Grayscale: #BBBBBB. Windows color (decimal): -5451903 or 8507308. OLE color: 8507308.
HSL color Cylindrical-coordinate representation of color #ACCF81: hue angle of 86.92º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACCF81 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 207 | 129 | - |
| CMYK | 0.17 | 0 | 0.38 | 0.19 |
| HSL | 86.92º | 0.45% | 0.66% | - |
| HSV(B) | 86.92º | 0.38% | 0.81% | - |
| XYZ | 43.29 | 54.98 | 29.1 | - |
| YUV | 187.64 | 94.9 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 207 | 129 | 0.17 | 0 | 0.38 | 0.19 | 86.92 | 0.45 | 0.66 |
| Hex | AC | CF | 81 | 11 | 0 | 26 | 13 | 57 | 2D | 42 |
| Octal | 254 | 317 | 201 | 21 | 0 | 46 | 23 | 127 | 55 | 102 |
| Binary | 10101100 | 11001111 | 10000001 | 10001 | 0 | 100110 | 10011 | 1010111 | 101101 | 1000010 |
Color Harmonies of #ACCF81
Complementary color
Monochromatic Colors of #ACCF81
Black with #ACCF81
Text Example
Text Example
White with #ACCF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCF81; }
p { color: rgb(172,207,129); }
H1.HeaderClassName
{
color: #ACCF81;
}
.AnyTagClassName
{
color: #ACCF81;
}
</style>
background-color css
<style>
a { background-color: #ACCF81; }
a { background-color: rgb(172,207,129); }
div.DivClassName
{
background-color: #ACCF81;
}
.BgClassName
{
background-color: #ACCF81;
}
</style>
border-color css
<style>
span { border-color: #ACCF81; }
span { border-color: rgb(172,207,129); }
td.TdClassName
{
border-color: #ACCF81;
}
.TagClassName
{
border-color: #ACCF81;
}
</style>