Shades of Feijoa #ACF67F
Tints of Feijoa #ACF67F
RGB
CMYK
RGB Variations
Color information
#ACF67F (or 0xACF67F) is known color: Feijoa. HEX triplet: AC, F6 and 7F. RGB value is (172,246,127). Sum of RGB (Red+Green+Blue) = 172+246+127=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 246 (96.48% from 255 or 45.14% from 545); Blue value is 127 (50% from 255 or 23.30% from 545); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF67F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF67F is #530980. Grayscale: #D2D2D2. Windows color (decimal): -5441921 or 8386220. OLE color: 8386220.
HSL color Cylindrical-coordinate representation of color #ACF67F: hue angle of 97.31º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ACF67F is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 246 | 127 | - |
| CMYK | 0.30 | 0 | 0.48 | 0.04 |
| HSL | 97.31º | 0.87% | 0.73% | - |
| HSV(B) | 97.31º | 0.48% | 0.96% | - |
| XYZ | 53.8 | 76.21 | 31.95 | - |
| YUV | 210.31 | 80.98 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 246 | 127 | 0.30 | 0 | 0.48 | 0.04 | 97.31 | 0.87 | 0.73 |
| Hex | AC | F6 | 7F | 1E | 0 | 30 | 4 | 61 | 57 | 49 |
| Octal | 254 | 366 | 177 | 36 | 0 | 60 | 4 | 141 | 127 | 111 |
| Binary | 10101100 | 11110110 | 1111111 | 11110 | 0 | 110000 | 100 | 1100001 | 1010111 | 1001001 |
Color Harmonies of #ACF67F
Complementary color
Monochromatic Colors of #ACF67F
Black with #ACF67F
Text Example
Text Example
White with #ACF67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF67F; }
p { color: rgb(172,246,127); }
H1.HeaderClassName
{
color: #ACF67F;
}
.AnyTagClassName
{
color: #ACF67F;
}
</style>
background-color css
<style>
a { background-color: #ACF67F; }
a { background-color: rgb(172,246,127); }
div.DivClassName
{
background-color: #ACF67F;
}
.BgClassName
{
background-color: #ACF67F;
}
</style>
border-color css
<style>
span { border-color: #ACF67F; }
span { border-color: rgb(172,246,127); }
td.TdClassName
{
border-color: #ACF67F;
}
.TagClassName
{
border-color: #ACF67F;
}
</style>