Shades of Feijoa #ACF378
Tints of Feijoa #ACF378
RGB
CMYK
RGB Variations
Color information
#ACF378 (or 0xACF378) is known color: Feijoa. HEX triplet: AC, F3 and 78. RGB value is (172,243,120). Sum of RGB (Red+Green+Blue) = 172+243+120=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 243 (95.31% from 255 or 45.42% from 535); Blue value is 120 (47.27% from 255 or 22.43% from 535); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF378 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF378 is #530C87. Grayscale: #D0D0D0. Windows color (decimal): -5442696 or 7926700. OLE color: 7926700.
HSL color Cylindrical-coordinate representation of color #ACF378: hue angle of 94.63º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACF378 is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 120 | - |
| CMYK | 0.29 | 0 | 0.51 | 0.05 |
| HSL | 94.63º | 0.84% | 0.71% | - |
| HSV(B) | 94.63º | 0.51% | 0.95% | - |
| XYZ | 52.45 | 74.23 | 29.33 | - |
| YUV | 207.75 | 78.48 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 120 | 0.29 | 0 | 0.51 | 0.05 | 94.63 | 0.84 | 0.71 |
| Hex | AC | F3 | 78 | 1D | 0 | 33 | 5 | 5F | 54 | 47 |
| Octal | 254 | 363 | 170 | 35 | 0 | 63 | 5 | 137 | 124 | 107 |
| Binary | 10101100 | 11110011 | 1111000 | 11101 | 0 | 110011 | 101 | 1011111 | 1010100 | 1000111 |
Color Harmonies of #ACF378
Complementary color
Monochromatic Colors of #ACF378
Black with #ACF378
Text Example
Text Example
White with #ACF378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF378; }
p { color: rgb(172,243,120); }
H1.HeaderClassName
{
color: #ACF378;
}
.AnyTagClassName
{
color: #ACF378;
}
</style>
background-color css
<style>
a { background-color: #ACF378; }
a { background-color: rgb(172,243,120); }
div.DivClassName
{
background-color: #ACF378;
}
.BgClassName
{
background-color: #ACF378;
}
</style>
border-color css
<style>
span { border-color: #ACF378; }
span { border-color: rgb(172,243,120); }
td.TdClassName
{
border-color: #ACF378;
}
.TagClassName
{
border-color: #ACF378;
}
</style>