Shades of Feijoa #ACF085
Tints of Feijoa #ACF085
RGB
CMYK
RGB Variations
Color information
#ACF085 (or 0xACF085) is known color: Feijoa. HEX triplet: AC, F0 and 85. RGB value is (172,240,133). Sum of RGB (Red+Green+Blue) = 172+240+133=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 240 (94.14% from 255 or 44.04% from 545); Blue value is 133 (52.34% from 255 or 24.40% from 545); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF085 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF085 is #530F7A. Grayscale: #CFCFCF. Windows color (decimal): -5443451 or 8777900. OLE color: 8777900.
HSL color Cylindrical-coordinate representation of color #ACF085: hue angle of 98.13º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ACF085 is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
RGB | 172 | 240 | 133 | - |
CMYK | 0.28 | 0 | 0.45 | 0.06 |
HSL | 98.13º | 0.78% | 0.73% | - |
HSV(B) | 98.13º | 0.45% | 0.94% | - |
XYZ | 52.41 | 72.78 | 33.48 | - |
YUV | 207.47 | 85.97 | 102.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 240 | 133 | 0.28 | 0 | 0.45 | 0.06 | 98.13 | 0.78 | 0.73 |
Hex | AC | F0 | 85 | 1C | 0 | 2D | 6 | 62 | 4E | 49 |
Octal | 254 | 360 | 205 | 34 | 0 | 55 | 6 | 142 | 116 | 111 |
Binary | 10101100 | 11110000 | 10000101 | 11100 | 0 | 101101 | 110 | 1100010 | 1001110 | 1001001 |
Color Harmonies of #ACF085
Complementary color
Monochromatic Colors of #ACF085
Black with #ACF085
Text Example
Text Example
White with #ACF085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF085; }
p { color: rgb(172,240,133); }
H1.HeaderClassName
{
color: #ACF085;
}
.AnyTagClassName
{
color: #ACF085;
}
</style>
background-color css
<style>
a { background-color: #ACF085; }
a { background-color: rgb(172,240,133); }
div.DivClassName
{
background-color: #ACF085;
}
.BgClassName
{
background-color: #ACF085;
}
</style>
border-color css
<style>
span { border-color: #ACF085; }
span { border-color: rgb(172,240,133); }
td.TdClassName
{
border-color: #ACF085;
}
.TagClassName
{
border-color: #ACF085;
}
</style>