Shades of Feijoa #ACF67E
Tints of Feijoa #ACF67E
RGB
CMYK
RGB Variations
Color information
#ACF67E (or 0xACF67E) is known color: Feijoa. HEX triplet: AC, F6 and 7E. RGB value is (172,246,126). Sum of RGB (Red+Green+Blue) = 172+246+126=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 246 (96.48% from 255 or 45.22% from 544); Blue value is 126 (49.61% from 255 or 23.16% from 544); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF67E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF67E is #530981. Grayscale: #D2D2D2. Windows color (decimal): -5441922 or 8320684. OLE color: 8320684.
HSL color Cylindrical-coordinate representation of color #ACF67E: hue angle of 97º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ACF67E is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 246 | 126 | - |
| CMYK | 0.30 | 0 | 0.49 | 0.04 |
| HSL | 97º | 0.87% | 0.73% | - |
| HSV(B) | 97º | 0.49% | 0.96% | - |
| XYZ | 53.73 | 76.19 | 31.61 | - |
| YUV | 210.19 | 80.48 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 246 | 126 | 0.30 | 0 | 0.49 | 0.04 | 97 | 0.87 | 0.73 |
| Hex | AC | F6 | 7E | 1E | 0 | 31 | 4 | 61 | 57 | 49 |
| Octal | 254 | 366 | 176 | 36 | 0 | 61 | 4 | 141 | 127 | 111 |
| Binary | 10101100 | 11110110 | 1111110 | 11110 | 0 | 110001 | 100 | 1100001 | 1010111 | 1001001 |
Color Harmonies of #ACF67E
Complementary color
Monochromatic Colors of #ACF67E
Black with #ACF67E
Text Example
Text Example
White with #ACF67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF67E; }
p { color: rgb(172,246,126); }
H1.HeaderClassName
{
color: #ACF67E;
}
.AnyTagClassName
{
color: #ACF67E;
}
</style>
background-color css
<style>
a { background-color: #ACF67E; }
a { background-color: rgb(172,246,126); }
div.DivClassName
{
background-color: #ACF67E;
}
.BgClassName
{
background-color: #ACF67E;
}
</style>
border-color css
<style>
span { border-color: #ACF67E; }
span { border-color: rgb(172,246,126); }
td.TdClassName
{
border-color: #ACF67E;
}
.TagClassName
{
border-color: #ACF67E;
}
</style>