Shades of Feijoa #ACF375
Tints of Feijoa #ACF375
RGB
CMYK
RGB Variations
Color information
#ACF375 (or 0xACF375) is known color: Feijoa. HEX triplet: AC, F3 and 75. RGB value is (172,243,117). Sum of RGB (Red+Green+Blue) = 172+243+117=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 243 (95.31% from 255 or 45.68% from 532); Blue value is 117 (46.09% from 255 or 21.99% from 532); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF375 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF375 is #530C8A. Grayscale: #CFCFCF. Windows color (decimal): -5442699 or 7730092. OLE color: 7730092.
HSL color Cylindrical-coordinate representation of color #ACF375: hue angle of 93.81º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACF375 is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 117 | - |
| CMYK | 0.29 | 0 | 0.52 | 0.05 |
| HSL | 93.81º | 0.84% | 0.71% | - |
| HSV(B) | 93.81º | 0.52% | 0.95% | - |
| XYZ | 52.27 | 74.16 | 28.39 | - |
| YUV | 207.41 | 76.98 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 117 | 0.29 | 0 | 0.52 | 0.05 | 93.81 | 0.84 | 0.71 |
| Hex | AC | F3 | 75 | 1D | 0 | 34 | 5 | 5E | 54 | 47 |
| Octal | 254 | 363 | 165 | 35 | 0 | 64 | 5 | 136 | 124 | 107 |
| Binary | 10101100 | 11110011 | 1110101 | 11101 | 0 | 110100 | 101 | 1011110 | 1010100 | 1000111 |
Color Harmonies of #ACF375
Complementary color
Monochromatic Colors of #ACF375
Black with #ACF375
Text Example
Text Example
White with #ACF375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF375; }
p { color: rgb(172,243,117); }
H1.HeaderClassName
{
color: #ACF375;
}
.AnyTagClassName
{
color: #ACF375;
}
</style>
background-color css
<style>
a { background-color: #ACF375; }
a { background-color: rgb(172,243,117); }
div.DivClassName
{
background-color: #ACF375;
}
.BgClassName
{
background-color: #ACF375;
}
</style>
border-color css
<style>
span { border-color: #ACF375; }
span { border-color: rgb(172,243,117); }
td.TdClassName
{
border-color: #ACF375;
}
.TagClassName
{
border-color: #ACF375;
}
</style>