Shades of Feijoa #ACF07A
Tints of Feijoa #ACF07A
RGB
CMYK
RGB Variations
Color information
#ACF07A (or 0xACF07A) is known color: Feijoa. HEX triplet: AC, F0 and 7A. RGB value is (172,240,122). Sum of RGB (Red+Green+Blue) = 172+240+122=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 240 (94.14% from 255 or 44.94% from 534); Blue value is 122 (48.05% from 255 or 22.85% from 534); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF07A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF07A is #530F85. Grayscale: #CECECE. Windows color (decimal): -5443462 or 8057004. OLE color: 8057004.
HSL color Cylindrical-coordinate representation of color #ACF07A: hue angle of 94.58º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ACF07A is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 122 | - |
| CMYK | 0.28 | 0 | 0.49 | 0.06 |
| HSL | 94.58º | 0.8% | 0.71% | - |
| HSV(B) | 94.58º | 0.49% | 0.94% | - |
| XYZ | 51.69 | 72.5 | 29.68 | - |
| YUV | 206.22 | 80.47 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 122 | 0.28 | 0 | 0.49 | 0.06 | 94.58 | 0.8 | 0.71 |
| Hex | AC | F0 | 7A | 1C | 0 | 31 | 6 | 5F | 50 | 47 |
| Octal | 254 | 360 | 172 | 34 | 0 | 61 | 6 | 137 | 120 | 107 |
| Binary | 10101100 | 11110000 | 1111010 | 11100 | 0 | 110001 | 110 | 1011111 | 1010000 | 1000111 |
Color Harmonies of #ACF07A
Complementary color
Monochromatic Colors of #ACF07A
Black with #ACF07A
Text Example
Text Example
White with #ACF07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF07A; }
p { color: rgb(172,240,122); }
H1.HeaderClassName
{
color: #ACF07A;
}
.AnyTagClassName
{
color: #ACF07A;
}
</style>
background-color css
<style>
a { background-color: #ACF07A; }
a { background-color: rgb(172,240,122); }
div.DivClassName
{
background-color: #ACF07A;
}
.BgClassName
{
background-color: #ACF07A;
}
</style>
border-color css
<style>
span { border-color: #ACF07A; }
span { border-color: rgb(172,240,122); }
td.TdClassName
{
border-color: #ACF07A;
}
.TagClassName
{
border-color: #ACF07A;
}
</style>