Shades of Feijoa #ACF977
Tints of Feijoa #ACF977
RGB
CMYK
RGB Variations
Color information
#ACF977 (or 0xACF977) is known color: Feijoa. HEX triplet: AC, F9 and 77. RGB value is (172,249,119). Sum of RGB (Red+Green+Blue) = 172+249+119=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 249 (97.66% from 255 or 46.11% from 540); Blue value is 119 (46.88% from 255 or 22.04% from 540); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF977 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF977 is #530688. Grayscale: #D3D3D3. Windows color (decimal): -5441161 or 7862700. OLE color: 7862700.
HSL color Cylindrical-coordinate representation of color #ACF977: hue angle of 95.54º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACF977 is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 249 | 119 | - |
| CMYK | 0.31 | 0 | 0.52 | 0.02 |
| HSL | 95.54º | 0.92% | 0.72% | - |
| HSV(B) | 95.54º | 0.52% | 0.98% | - |
| XYZ | 54.22 | 77.85 | 29.62 | - |
| YUV | 211.16 | 75.99 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 249 | 119 | 0.31 | 0 | 0.52 | 0.02 | 95.54 | 0.92 | 0.72 |
| Hex | AC | F9 | 77 | 1F | 0 | 34 | 2 | 60 | 5C | 48 |
| Octal | 254 | 371 | 167 | 37 | 0 | 64 | 2 | 140 | 134 | 110 |
| Binary | 10101100 | 11111001 | 1110111 | 11111 | 0 | 110100 | 10 | 1100000 | 1011100 | 1001000 |
Color Harmonies of #ACF977
Complementary color
Monochromatic Colors of #ACF977
Black with #ACF977
Text Example
Text Example
White with #ACF977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF977; }
p { color: rgb(172,249,119); }
H1.HeaderClassName
{
color: #ACF977;
}
.AnyTagClassName
{
color: #ACF977;
}
</style>
background-color css
<style>
a { background-color: #ACF977; }
a { background-color: rgb(172,249,119); }
div.DivClassName
{
background-color: #ACF977;
}
.BgClassName
{
background-color: #ACF977;
}
</style>
border-color css
<style>
span { border-color: #ACF977; }
span { border-color: rgb(172,249,119); }
td.TdClassName
{
border-color: #ACF977;
}
.TagClassName
{
border-color: #ACF977;
}
</style>