Shades of Feijoa #ACF07E
Tints of Feijoa #ACF07E
RGB
CMYK
RGB Variations
Color information
#ACF07E (or 0xACF07E) is known color: Feijoa. HEX triplet: AC, F0 and 7E. RGB value is (172,240,126). Sum of RGB (Red+Green+Blue) = 172+240+126=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 240 (94.14% from 255 or 44.61% from 538); Blue value is 126 (49.61% from 255 or 23.42% from 538); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF07E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF07E is #530F81. Grayscale: #CFCFCF. Windows color (decimal): -5443458 or 8319148. OLE color: 8319148.
HSL color Cylindrical-coordinate representation of color #ACF07E: hue angle of 95.79º 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 #ACF07E is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 126 | - |
| CMYK | 0.28 | 0 | 0.48 | 0.06 |
| HSL | 95.79º | 0.79% | 0.72% | - |
| HSV(B) | 95.79º | 0.48% | 0.94% | - |
| XYZ | 51.94 | 72.6 | 31.01 | - |
| YUV | 206.67 | 82.47 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 126 | 0.28 | 0 | 0.48 | 0.06 | 95.79 | 0.79 | 0.72 |
| Hex | AC | F0 | 7E | 1C | 0 | 30 | 6 | 60 | 4F | 48 |
| Octal | 254 | 360 | 176 | 34 | 0 | 60 | 6 | 140 | 117 | 110 |
| Binary | 10101100 | 11110000 | 1111110 | 11100 | 0 | 110000 | 110 | 1100000 | 1001111 | 1001000 |
Color Harmonies of #ACF07E
Complementary color
Monochromatic Colors of #ACF07E
Black with #ACF07E
Text Example
Text Example
White with #ACF07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF07E; }
p { color: rgb(172,240,126); }
H1.HeaderClassName
{
color: #ACF07E;
}
.AnyTagClassName
{
color: #ACF07E;
}
</style>
background-color css
<style>
a { background-color: #ACF07E; }
a { background-color: rgb(172,240,126); }
div.DivClassName
{
background-color: #ACF07E;
}
.BgClassName
{
background-color: #ACF07E;
}
</style>
border-color css
<style>
span { border-color: #ACF07E; }
span { border-color: rgb(172,240,126); }
td.TdClassName
{
border-color: #ACF07E;
}
.TagClassName
{
border-color: #ACF07E;
}
</style>