Shades of Feijoa #ACCC8C
Tints of Feijoa #ACCC8C
RGB
CMYK
RGB Variations
Color information
#ACCC8C (or 0xACCC8C) is known color: Feijoa. HEX triplet: AC, CC and 8C. RGB value is (172,204,140). Sum of RGB (Red+Green+Blue) = 172+204+140=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 140 (55.08% from 255 or 27.13% from 516); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCC8C is #533373. Grayscale: #BBBBBB. Windows color (decimal): -5452660 or 9227436. OLE color: 9227436.
HSL color Cylindrical-coordinate representation of color #ACCC8C: hue angle of 90º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACCC8C is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 204 | 140 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.2 |
| HSL | 90º | 0.39% | 0.67% | - |
| HSV(B) | 90º | 0.31% | 0.8% | - |
| XYZ | 43.34 | 53.85 | 32.92 | - |
| YUV | 187.14 | 101.4 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 204 | 140 | 0.16 | 0 | 0.31 | 0.2 | 90 | 0.39 | 0.67 |
| Hex | AC | CC | 8C | 10 | 0 | 1F | 14 | 5A | 27 | 43 |
| Octal | 254 | 314 | 214 | 20 | 0 | 37 | 24 | 132 | 47 | 103 |
| Binary | 10101100 | 11001100 | 10001100 | 10000 | 0 | 11111 | 10100 | 1011010 | 100111 | 1000011 |
Color Harmonies of #ACCC8C
Complementary color
Monochromatic Colors of #ACCC8C
Black with #ACCC8C
Text Example
Text Example
White with #ACCC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCC8C; }
p { color: rgb(172,204,140); }
H1.HeaderClassName
{
color: #ACCC8C;
}
.AnyTagClassName
{
color: #ACCC8C;
}
</style>
background-color css
<style>
a { background-color: #ACCC8C; }
a { background-color: rgb(172,204,140); }
div.DivClassName
{
background-color: #ACCC8C;
}
.BgClassName
{
background-color: #ACCC8C;
}
</style>
border-color css
<style>
span { border-color: #ACCC8C; }
span { border-color: rgb(172,204,140); }
td.TdClassName
{
border-color: #ACCC8C;
}
.TagClassName
{
border-color: #ACCC8C;
}
</style>