Shades of Feijoa #ACF180
Tints of Feijoa #ACF180
RGB
CMYK
RGB Variations
Color information
#ACF180 (or 0xACF180) is known color: Feijoa. HEX triplet: AC, F1 and 80. RGB value is (172,241,128). Sum of RGB (Red+Green+Blue) = 172+241+128=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 241 (94.53% from 255 or 44.55% from 541); Blue value is 128 (50.39% from 255 or 23.66% from 541); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF180 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF180 is #530E7F. Grayscale: #CFCFCF. Windows color (decimal): -5443200 or 8450476. OLE color: 8450476.
HSL color Cylindrical-coordinate representation of color #ACF180: hue angle of 96.64º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ACF180 is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 128 | - |
| CMYK | 0.29 | 0 | 0.47 | 0.05 |
| HSL | 96.64º | 0.8% | 0.72% | - |
| HSV(B) | 96.64º | 0.47% | 0.95% | - |
| XYZ | 52.36 | 73.24 | 31.8 | - |
| YUV | 207.49 | 83.14 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 128 | 0.29 | 0 | 0.47 | 0.05 | 96.64 | 0.8 | 0.72 |
| Hex | AC | F1 | 80 | 1D | 0 | 2F | 5 | 61 | 50 | 48 |
| Octal | 254 | 361 | 200 | 35 | 0 | 57 | 5 | 141 | 120 | 110 |
| Binary | 10101100 | 11110001 | 10000000 | 11101 | 0 | 101111 | 101 | 1100001 | 1010000 | 1001000 |
Color Harmonies of #ACF180
Complementary color
Monochromatic Colors of #ACF180
Black with #ACF180
Text Example
Text Example
White with #ACF180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF180; }
p { color: rgb(172,241,128); }
H1.HeaderClassName
{
color: #ACF180;
}
.AnyTagClassName
{
color: #ACF180;
}
</style>
background-color css
<style>
a { background-color: #ACF180; }
a { background-color: rgb(172,241,128); }
div.DivClassName
{
background-color: #ACF180;
}
.BgClassName
{
background-color: #ACF180;
}
</style>
border-color css
<style>
span { border-color: #ACF180; }
span { border-color: rgb(172,241,128); }
td.TdClassName
{
border-color: #ACF180;
}
.TagClassName
{
border-color: #ACF180;
}
</style>