Shades of Feijoa #ACF07C
Tints of Feijoa #ACF07C
RGB
CMYK
RGB Variations
Color information
#ACF07C (or 0xACF07C) is known color: Feijoa. HEX triplet: AC, F0 and 7C. RGB value is (172,240,124). Sum of RGB (Red+Green+Blue) = 172+240+124=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 240 (94.14% from 255 or 44.78% from 536); Blue value is 124 (48.83% from 255 or 23.13% from 536); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF07C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF07C is #530F83. Grayscale: #CECECE. Windows color (decimal): -5443460 or 8188076. OLE color: 8188076.
HSL color Cylindrical-coordinate representation of color #ACF07C: hue angle of 95.17º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ACF07C is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 124 | - |
| CMYK | 0.28 | 0 | 0.48 | 0.06 |
| HSL | 95.17º | 0.79% | 0.71% | - |
| HSV(B) | 95.17º | 0.48% | 0.94% | - |
| XYZ | 51.81 | 72.55 | 30.34 | - |
| YUV | 206.44 | 81.47 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 124 | 0.28 | 0 | 0.48 | 0.06 | 95.17 | 0.79 | 0.71 |
| Hex | AC | F0 | 7C | 1C | 0 | 30 | 6 | 5F | 4F | 47 |
| Octal | 254 | 360 | 174 | 34 | 0 | 60 | 6 | 137 | 117 | 107 |
| Binary | 10101100 | 11110000 | 1111100 | 11100 | 0 | 110000 | 110 | 1011111 | 1001111 | 1000111 |
Color Harmonies of #ACF07C
Complementary color
Monochromatic Colors of #ACF07C
Black with #ACF07C
Text Example
Text Example
White with #ACF07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF07C; }
p { color: rgb(172,240,124); }
H1.HeaderClassName
{
color: #ACF07C;
}
.AnyTagClassName
{
color: #ACF07C;
}
</style>
background-color css
<style>
a { background-color: #ACF07C; }
a { background-color: rgb(172,240,124); }
div.DivClassName
{
background-color: #ACF07C;
}
.BgClassName
{
background-color: #ACF07C;
}
</style>
border-color css
<style>
span { border-color: #ACF07C; }
span { border-color: rgb(172,240,124); }
td.TdClassName
{
border-color: #ACF07C;
}
.TagClassName
{
border-color: #ACF07C;
}
</style>