Shades of Feijoa #ACF07D
Tints of Feijoa #ACF07D
RGB
CMYK
RGB Variations
Color information
#ACF07D (or 0xACF07D) is known color: Feijoa. HEX triplet: AC, F0 and 7D. RGB value is (172,240,125). Sum of RGB (Red+Green+Blue) = 172+240+125=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 240 (94.14% from 255 or 44.69% from 537); Blue value is 125 (49.22% from 255 or 23.28% from 537); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF07D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF07D is #530F82. Grayscale: #CECECE. Windows color (decimal): -5443459 or 8253612. OLE color: 8253612.
HSL color Cylindrical-coordinate representation of color #ACF07D: hue angle of 95.48º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ACF07D is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 125 | - |
| CMYK | 0.28 | 0 | 0.48 | 0.06 |
| HSL | 95.48º | 0.79% | 0.72% | - |
| HSV(B) | 95.48º | 0.48% | 0.94% | - |
| XYZ | 51.88 | 72.57 | 30.68 | - |
| YUV | 206.56 | 81.97 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 125 | 0.28 | 0 | 0.48 | 0.06 | 95.48 | 0.79 | 0.72 |
| Hex | AC | F0 | 7D | 1C | 0 | 30 | 6 | 5F | 4F | 48 |
| Octal | 254 | 360 | 175 | 34 | 0 | 60 | 6 | 137 | 117 | 110 |
| Binary | 10101100 | 11110000 | 1111101 | 11100 | 0 | 110000 | 110 | 1011111 | 1001111 | 1001000 |
Color Harmonies of #ACF07D
Complementary color
Monochromatic Colors of #ACF07D
Black with #ACF07D
Text Example
Text Example
White with #ACF07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF07D; }
p { color: rgb(172,240,125); }
H1.HeaderClassName
{
color: #ACF07D;
}
.AnyTagClassName
{
color: #ACF07D;
}
</style>
background-color css
<style>
a { background-color: #ACF07D; }
a { background-color: rgb(172,240,125); }
div.DivClassName
{
background-color: #ACF07D;
}
.BgClassName
{
background-color: #ACF07D;
}
</style>
border-color css
<style>
span { border-color: #ACF07D; }
span { border-color: rgb(172,240,125); }
td.TdClassName
{
border-color: #ACF07D;
}
.TagClassName
{
border-color: #ACF07D;
}
</style>