Shades of Feijoa #ACF97C
Tints of Feijoa #ACF97C
RGB
CMYK
RGB Variations
Color information
#ACF97C (or 0xACF97C) is known color: Feijoa. HEX triplet: AC, F9 and 7C. RGB value is (172,249,124). Sum of RGB (Red+Green+Blue) = 172+249+124=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 249 (97.66% from 255 or 45.69% from 545); Blue value is 124 (48.83% from 255 or 22.75% from 545); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF97C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF97C is #530683. Grayscale: #D4D4D4. Windows color (decimal): -5441156 or 8190380. OLE color: 8190380.
HSL color Cylindrical-coordinate representation of color #ACF97C: hue angle of 96.96º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACF97C is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 249 | 124 | - |
| CMYK | 0.31 | 0 | 0.50 | 0.02 |
| HSL | 96.96º | 0.91% | 0.73% | - |
| HSV(B) | 96.96º | 0.5% | 0.98% | - |
| XYZ | 54.53 | 77.98 | 31.25 | - |
| YUV | 211.73 | 78.49 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 249 | 124 | 0.31 | 0 | 0.50 | 0.02 | 96.96 | 0.91 | 0.73 |
| Hex | AC | F9 | 7C | 1F | 0 | 32 | 2 | 61 | 5B | 49 |
| Octal | 254 | 371 | 174 | 37 | 0 | 62 | 2 | 141 | 133 | 111 |
| Binary | 10101100 | 11111001 | 1111100 | 11111 | 0 | 110010 | 10 | 1100001 | 1011011 | 1001001 |
Color Harmonies of #ACF97C
Complementary color
Monochromatic Colors of #ACF97C
Black with #ACF97C
Text Example
Text Example
White with #ACF97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF97C; }
p { color: rgb(172,249,124); }
H1.HeaderClassName
{
color: #ACF97C;
}
.AnyTagClassName
{
color: #ACF97C;
}
</style>
background-color css
<style>
a { background-color: #ACF97C; }
a { background-color: rgb(172,249,124); }
div.DivClassName
{
background-color: #ACF97C;
}
.BgClassName
{
background-color: #ACF97C;
}
</style>
border-color css
<style>
span { border-color: #ACF97C; }
span { border-color: rgb(172,249,124); }
td.TdClassName
{
border-color: #ACF97C;
}
.TagClassName
{
border-color: #ACF97C;
}
</style>